File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
content/en/docs/reference/command-line-tools-reference Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ different Kubernetes components.
74
74
| ` CustomPodDNS ` | ` false ` | Alpha | 1.9 | 1.9 |
75
75
| ` CustomPodDNS ` | ` true ` | Beta| 1.10 | 1.13 |
76
76
| ` CustomPodDNS ` | ` true ` | GA | 1.14 | - |
77
+ | ` CustomResourceDefaulting ` | ` false ` | Alpha| 1.15 | |
77
78
| ` CustomResourcePublishOpenAPI ` | ` false ` | Alpha| 1.14 | 1.14 |
78
79
| ` CustomResourcePublishOpenAPI ` | ` true ` | Beta| 1.15 | |
79
80
| ` CustomResourceSubresources ` | ` false ` | Alpha | 1.10 | 1.11 |
@@ -266,6 +267,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
266
267
- ` CustomPodDNS ` : Enable customizing the DNS settings for a Pod using its ` dnsConfig ` property.
267
268
Check [ Pod's DNS Config] ( /docs/concepts/services-networking/dns-pod-service/#pods-dns-config )
268
269
for more details.
270
+ - ` CustomResourceDefaulting ` : Enable CRD support for default values in OpenAPI v3 validation schemas.
269
271
- ` CustomResourcePublishOpenAPI ` : Enables publishing of CRD OpenAPI specs.
270
272
- ` CustomResourceSubresources ` : Enable ` /status ` and ` /scale ` subresources
271
273
on resources created from [ CustomResourceDefinition] ( /docs/concepts/api-extension/custom-resources/ ) .
You can’t perform that action at this time.
0 commit comments