-
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-4358: Promote Custom Resource Field Selectors to GA #127673
Conversation
/hold |
4b5abf4
to
c0f4577
Compare
c0f4577
to
ae9b2bf
Compare
3df78e7
to
f126915
Compare
staging/src/k8s.io/apiextensions-apiserver/pkg/cmd/server/testing/testserver.go
Outdated
Show resolved
Hide resolved
/hold |
f126915
to
74382b8
Compare
rebased |
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. |
74382b8
to
c62f161
Compare
|
||
// Configure the effective version. | ||
effectiveVersion := utilversion.DefaultKubeEffectiveVersion() | ||
effectiveVersion.SetEmulationVersion(featureGate.EmulationVersion()) | ||
|
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.
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.
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.
SG. Do you want to hold this for that fix?
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.
Wait actually looking at this again I like this approach more than #127643 since we don't need to explicitly pass in the parameters and can infer it from the feature gate settings. LGTM
c62f161
to
6a4a856
Compare
6a4a856
to
de8a8e1
Compare
/lgtm |
LGTM label has been added. Git tree hash: 7642c4ff17b540d26606fa473c1f9955318db331
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jefftree, 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 |
/retest |
/hold cancel |
/triage accepted |
What type of PR is this?
/kind feature
What this PR does / why we need it:
kubernetes/enhancements#4358
Special notes for your reviewer:
Does this PR introduce a user-facing change?
-->