-
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
update client.Config to use GroupVersion #17316
update client.Config to use GroupVersion #17316
Conversation
Labelling this PR as size/XL |
GCE e2e test build/test passed for commit 4134e740f137e39a09862abfed4ee4a86e3ff8bb. |
4134e74
to
09092d2
Compare
GCE e2e test build/test passed for commit 09092d2d3445318c0d329d4e73a05ad698c2623f. |
@k8s-bot unit test this please |
ref #17216 |
ref #17216 Sorry for the slip.. |
@k8s-bot unit test this please |
@@ -85,8 +85,8 @@ func (c *testClient) Setup(t *testing.T) *testClient { | |||
version = testapi.Default.Version() |
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.
c.Version is never set (the field is only used on line 83 and 94). Remove c.Version?
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.
c.Version is never set (the field is only used on line 83 and 94). Remove c.Version?
version
is used on 89
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.
c.Version is never set (the field is only used on line 83 and 94). Remove c.Version?
wait, why do they have this lever?
09092d2
to
543a389
Compare
comments addressed. |
GCE e2e build/test failed for commit 543a389adf9dd9e3db8c43569dd8961f673cf715. |
@k8s-bot unit test this rudely |
@deads2k - it seems there is some compile error in your PR: "/go/src/k8s.io/kubernetes/test/integration/framework/master_utils.go:99: unknown "k8s.io/kubernetes/pkg/client/unversioned".Config field 'Version' in struct literal" |
543a389
to
0c211b8
Compare
PR changed after LGTM, removing LGTM. |
updated for integration compilation consistent with unit and e2e tests. re-adding lgtm |
GCE e2e test build/test passed for commit 0c211b84f9287df9c8cd239af34886f15dc82c2f. |
0c211b8
to
3768922
Compare
rebased, no significant changes. |
PR changed after LGTM, removing LGTM. |
GCE e2e test build/test passed for commit 376892292aa4846913bfbbe42ae2770881a9a115. |
3768922
to
a87d927
Compare
PR changed after LGTM, removing LGTM. |
GCE e2e test build/test passed for commit a87d927. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e test build/test passed for commit a87d927. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
Updates the ClientConfig to use the actual type.
@liggitt @caesarxuchao