-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Fix doc ephemeral container resize policy #130092
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
base: master
Are you sure you want to change the base?
Fix doc ephemeral container resize policy #130092
Conversation
Welcome @ajaysundark! |
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
Hi @ajaysundark. 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 Once the patch is verified, the new status will be reflected by the 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-sigs/prow repository. |
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
/test pull-kubernetes-verify |
This comment was marked as outdated.
This comment was marked as outdated.
@ajaysundark but it seems that this PR is correct. The other two PRs are not passing the CI. /reopen |
@pacoxu: Reopened this PR. In response to this:
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-sigs/prow repository. |
/ok-to-test |
/release-note-none |
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.
https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/core/types.go#L4086 should be updated to match
9e5f993
to
1e07f33
Compare
New changes are detected. LGTM label has been removed. |
1e07f33
to
bdbcab8
Compare
/remove-sig api-machinery |
/cc @tallclair |
Looks like this is still missing the update to the internal type? |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
bdbcab8
to
671ce3f
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ajaysundark The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@tallclair Thanks for the reference. I updated to handle this. |
/retest |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Documentation fixes to improve API docs / description on EphemeralContainer resizePolicy .
Which issue(s) this PR fixes:
Fixes #128384
Does this PR introduce a user-facing change?