-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Clarified syntax doc on --watch-cache-sizes #70959
Clarified syntax doc on --watch-cache-sizes #70959
Conversation
Noted that group must be omitted for resources of apiVersion v1 (the legacy core API) and included for others. Fixes kubernetes#65393
/sig api-machinery |
I finally got around to dealing with the review comment on #65397, but it was closed by then. |
/assign @yliaog |
why not reopen #65397 ? |
I don't know how and I needed a rebase anyway. I thought a new PR would be easier. |
keep the original pr would keep the comment history. In the prior pr sttts has some comments I copied below. ========================================================================== |
I incorporated the suggestion from @sttts ; you will see the latest PR reads as he suggested. |
/lgtm |
thanks for the pr. |
What does it take to get this into a milestone? |
https://prow.k8s.io/command-help has the command for adding milestone label |
@yliaog : it is not I who applies the milestone. Who applies the milestone, and how do I draw their attention to this PR? |
i think 1.13 release team could apply the milestone label. |
@yliaog : how do I discover who is on the release 1.13 team and/or draw their attention to this PR? |
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.
lgtm , but needs a milestone maintainer to approve (https://github.com/orgs/kubernetes/teams/kubernetes-milestone-maintainers/members)
/assign @liggitt
/approve will get this in when master reopens, only release-blocking PRs are intended to merge during freeze |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, MikeSpreitzer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest Review the full test history for this PR. Silence the bot with an |
Noted that group must be omitted for resources of apiVersion v1 (the
legacy core API) and included for others.
Fixes #65393
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #65393
Special notes for your reviewer:
Does this PR introduce a user-facing change?: