Closed whynowy closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 64.30%. Comparing base (
40e960a
) to head (80eeac4
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
codegen
stopped working after merging #2011, roll back the changes. @xdevxyThe new
code-generator
works quite differently from current approach, which needs some effort to make it work for us. It also differs a lot even betweenv0.29
andv0.30
. We can stick with legacy approach for now, and fix it when the legacy approach is not supported any more.v0.29: https://github.com/kubernetes/code-generator/blob/v0.29.5/examples/hack/update-codegen.sh#L44-L57 v0.30: https://github.com/kubernetes/code-generator/blob/v0.30.5/examples/hack/update-codegen.sh#L40-L53