-
Notifications
You must be signed in to change notification settings - Fork 41.4k
amend in api of replica set #49680
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
amend in api of replica set #49680
Conversation
Hi @jianglingxia. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jianglingxia Assign the PR to them by writing Associated issue: 49619 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
}, | ||
"io.k8s.api.extensions.v1beta1.ReplicaSetCondition": { | ||
"description": "ReplicaSetCondition describes the state of a replica set at a certain point.", | ||
"description": "ReplicaSetCondition describes the state of a replicaset at a certain point.", |
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.
These json files are all auto-generated. Simply manually modify these don't work.
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.
well,thanks for your review,but maybe not auto-generated,like pr #49592
cc @ghodss |
There are a lot of places where used |
/ok-to-test |
/retest |
1 similar comment
/retest |
@jianglingxia: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@jianglingxia PR needs rebase |
This PR hasn't been active in 30 days. It will be closed in 59 days (Jan 15, 2018). cc @dchen1107 @ghodss @jianglingxia You can add 'keep-open' label to prevent this from happening, or add a comment to keep it open another 90 days |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
What this PR does / why we need it:
change replica set to replicaset
the kind: ReplicaSet ,I look the doc in https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
both use ReplicaSet objects
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #49619Special notes for your reviewer:
Release note: