-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add release_1_3 clientset in update-codegen #24826
Add release_1_3 clientset in update-codegen #24826
Conversation
bd6f383
to
e8b5f8b
Compare
e8b5f8b
to
cd42179
Compare
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
cd42179
to
111c4ec
Compare
test-cmd.sh fails with
|
111c4ec
to
d2c3941
Compare
d2c3941
to
5d8145c
Compare
7d91127
to
e541bbe
Compare
@@ -43,11 +43,10 @@ setgen=$(kube::util::find-binary "set-gen") | |||
# update- and verify- scripts. | |||
${clientgen} "$@" | |||
${clientgen} -t "$@" | |||
|
|||
${clientgen} --clientset-name="release_1_3" --input="api/v1,extensions/v1beta1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldnt we add autoscaling/v1,batch/v1
here?
What about alpha groups? apps and metrics.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add them all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually just batch/v1 and autoscaling/v1, since only they are added in the internalclientset, I think that means people only need these two for now.
Shouldnt this be for 1.3? |
Yeah, it should. Thanks for the reminder. |
There is only a |
@k8s-bot e2e test this, issue #IGNORE. |
e2e seems to have some infrastructure issues. |
e541bbe
to
44591bf
Compare
@nikhiljindal I added those two groups. Please take a look and remove the LGTM if you find any problem. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 44591bf. |
Automatic merge from submit-queue |
Automatic merge from submit-queue Add direct serializer Fix #25589. Implemented a direct codec that doesn't do conversion, but sets the group, version and kind before serialization as Clayton suggested [here](#25589 (comment)). First commit is cherry-picked from #24826. @kubernetes/sig-api-machinery
Add release_1_3 clientset in update-codegen to keep it update-to-date; update the generated clientset.