-
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
Implement ReplicaSet client. #19746
Implement ReplicaSet client. #19746
Conversation
Labelling this PR as size/XXL |
GCE e2e test build/test passed for commit 8d6b283f452f176d8334157e3209d03bd686fa89. |
d0b74bc
to
c059137
Compare
GCE e2e test build/test passed for commit d0b74bc4ff4fb3df4c9ba081016a44bdeb3dbc84. |
GCE e2e test build/test passed for commit c059137f8cab753257db3d3af4d12ea5c39d0b97. |
c059137
to
35a0c96
Compare
GCE e2e test build/test passed for commit 35a0c960ef42228e51d5b9a898038bca3f1c1225. |
35a0c96
to
f95d5dc
Compare
Labelling this PR as size/XS |
f95d5dc
to
64d3361
Compare
GCE e2e build/test failed for commit f95d5dc22bceb4200089c1bdd89cb930a83c172e. |
GCE e2e test build/test passed for commit 64d3361a15847998b95d2f9f6e1b919b2bb52cdf. |
64d3361
to
6d27eff
Compare
GCE e2e test build/test passed for commit 6d27eff5c13f74f128f88b6ec98dc9fcbe33a448. |
6d27eff
to
8e1ec54
Compare
GCE e2e test build/test passed for commit 8e1ec540e3fa1cfa30209d8177139a1d87143904. |
8e1ec54
to
863d9bd
Compare
Labelling this PR as size/XXL |
GCE e2e test build/test passed for commit 863d9bdf37620281a50f212a2b033bd2b9b58d42. |
// List takes a selector, and returns the list of ReplicaSets that match that selector. | ||
func (c *replicaSets) List(opts api.ListOptions) (result *extensions.ReplicaSetList, err error) { | ||
result = &extensions.ReplicaSetList{} | ||
err = c.client.Get().Namespace(c.ns).Resource("replicaSets").VersionedParams(&opts, api.Scheme).Do().Into(result) |
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 the resource be "replicasets" (all lowercase)?
PR changed after LGTM, removing LGTM. |
Adding LGTM back. Made some trivial comment changes based on @Kargakis' comments. |
@k8s-bot test this please. |
GCE e2e test build/test passed for commit 62f7f061561089ace7430d6856b06a2043556230. |
@k8s-bot test this please. (Tests are failing for completely unrelated reasons.) |
GCE e2e test build/test passed for commit 62f7f061561089ace7430d6856b06a2043556230. |
GCE e2e test build/test passed for commit 62f7f061561089ace7430d6856b06a2043556230. |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
@k8s-oncall |
I just merged a number of PRs to help with test (flakiness or investigations), so let me get one cycle of green runs. I'll manually merge this one afterwards. |
PR needs rebase |
@madhusudancs Sorry, need another rebase. I can manually merge afterwards. Thanks. |
62f7f06
to
c25a0ce
Compare
PR changed after LGTM, removing LGTM. |
@fabioy Rebased. Please merge. |
GCE e2e test build/test passed for commit c25a0ce. |
Manually merged. |
No description provided.