File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
keps/sig-api-machinery/3488-cel-admission-control Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1809,7 +1809,7 @@ when drafting this test plan.
1809
1809
[testing-guidelines] : https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
1810
1810
-->
1811
1811
1812
- [ ] I/we understand the owners of the involved components may require updates to
1812
+ [X ] I/we understand the owners of the involved components may require updates to
1813
1813
existing tests to make this code solid enough prior to committing the changes necessary
1814
1814
to implement this enhancement.
1815
1815
@@ -2021,7 +2021,7 @@ well as the [existing list] of feature gates.
2021
2021
-->
2022
2022
2023
2023
- [ ] Feature gate (also fill in values in `kep.yaml`)
2024
- - Feature gate name : CelValidatingAdmissionExtensibility
2024
+ - Feature gate name : CELValidatingAdmission
2025
2025
- Components depending on the feature gate : kube-apiserver
2026
2026
- [ ] Other
2027
2027
- Describe the mechanism :
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ milestone:
48
48
# The following PRR answers are required at alpha release
49
49
# List the feature gate name and the components for which it must be enabled
50
50
feature-gates :
51
- - name : CelValidatingAdmissionExtensibility
51
+ - name : CELValidatingAdmission
52
52
components :
53
53
- kube-apiserver
54
54
disable-supported : true
You can’t perform that action at this time.
0 commit comments