-
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
[KEP-3962]Add feature gate for MAP #123425
Conversation
/assign @jpbetz |
/approve Should this be combined with the feature PR? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cici37, jpbetz 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 |
Leaving LGTM with @alexzielenski |
I think we want to merge this with the rest of the implementation. I"ve added the commit to our WIP implementation branch #123332 |
/retest |
/lgtm |
LGTM label has been added. Git tree hash: c21a97060bb92620eadffc5461d93c699d2e4cb6
|
@alexzielenski We could merge this PR separately. The API changes is the one need to go with implementation. :) |
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.
Looks like we need to add this before OpenAPIEnums
to keep the feature gates sorted, according to the verify CI job.
/lgtm |
LGTM label has been added. Git tree hash: e81eb71e38d13db450d16f890781c1e6271dcd0e
|
/triage accepted |
* Add feature gate for MAP * sort feature gates. --------- Co-authored-by: Jiahui Feng <[email protected]>
* Add feature gate for MAP * sort feature gates. --------- Co-authored-by: Jiahui Feng <[email protected]>
* Add feature gate for MAP * sort feature gates. --------- Co-authored-by: Jiahui Feng <[email protected]>
* Add feature gate for MAP * sort feature gates. --------- Co-authored-by: Jiahui Feng <[email protected]>
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: