@@ -167,8 +167,8 @@ different Kubernetes components.
167
167
| ` NodeSwap ` | ` false ` | Alpha | 1.22 | |
168
168
| ` NonPreemptingPriority ` | ` false ` | Alpha | 1.15 | 1.18 |
169
169
| ` NonPreemptingPriority ` | ` true ` | Beta | 1.19 | |
170
- | ` OpenAPIEnum ` | ` false ` | Alpha | 1.23 | |
171
- | ` OpenAPIv3 ` | ` false ` | Alpha | 1.23 | |
170
+ | ` OpenAPIEnums ` | ` false ` | Alpha | 1.23 | |
171
+ | ` OpenAPIV3 ` | ` false ` | Alpha | 1.23 | |
172
172
| ` PodAndContainerStatsFromCRI ` | ` false ` | Alpha | 1.23 | |
173
173
| ` PodAffinityNamespaceSelector ` | ` false ` | Alpha | 1.21 | 1.21 |
174
174
| ` PodAffinityNamespaceSelector ` | ` true ` | Beta | 1.22 | |
@@ -914,9 +914,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
914
914
Must be used with ` KubeletConfiguration.failSwapOn ` set to false.
915
915
For more details, please see [ swap memory] ( /docs/concepts/architecture/nodes/#swap-memory )
916
916
- ` NonPreemptingPriority ` : Enable ` preemptionPolicy ` field for PriorityClass and Pod.
917
- - ` OpenAPIEnum ` : Enables populating "enum" fields of OpenAPI schemas in the
917
+ - ` OpenAPIEnums ` : Enables populating "enum" fields of OpenAPI schemas in the
918
918
spec returned from the API server.
919
- - ` OpenAPIv3 ` : Enables the API server to publish OpenAPI v3.
919
+ - ` OpenAPIV3 ` : Enables the API server to publish OpenAPI v3.
920
920
- ` PVCProtection ` : Enable the prevention of a PersistentVolumeClaim (PVC) from
921
921
being deleted when it is still used by any Pod.
922
922
- ` PodDeletionCost ` : Enable the [ Pod Deletion Cost] ( /docs/concepts/workloads/controllers/replicaset/#pod-deletion-cost )
0 commit comments