Apply suggestions from code review

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Antoine Pelisse
2022-04-12 10:33:30 -07:00
committed by GitHub
parent cfa004ae6a
commit 11333a4851
2 changed files with 2 additions and 2 deletions
@@ -84,7 +84,7 @@ packages that define the API objects.
{{< feature-state state="beta" for_k8s_version="v1.24" >}} {{< feature-state state="beta" for_k8s_version="v1.24" >}}
Kubernetes v1.24 offers beta support for publishing its APIs as OpenAPI v3; this is a Kubernetes {{< param "version" >}} offers beta support for publishing its APIs as OpenAPI v3; this is a
beta feature that is enabled by default. beta feature that is enabled by default.
You can disable the beta feature by turning off the You can disable the beta feature by turning off the
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) named `OpenAPIV3` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) named `OpenAPIV3`
@@ -158,7 +158,7 @@ different Kubernetes components.
| `NodeOutOfServiceVolumeDetach` | `false` | Alpha | 1.24 | | | `NodeOutOfServiceVolumeDetach` | `false` | Alpha | 1.24 | |
| `OpenAPIEnums` | `false` | Alpha | 1.23 | 1.23 | | `OpenAPIEnums` | `false` | Alpha | 1.23 | 1.23 |
| `OpenAPIEnums` | `false` | Beta | 1.24 | | | `OpenAPIEnums` | `false` | Beta | 1.24 | |
| `OpenAPIV3` | `false` | Alpha | 1.23 | | | `OpenAPIV3` | `false` | Alpha | 1.23 | 1.23 |
| `OpenAPIV3` | `true` | Beta | 1.24 | | | `OpenAPIV3` | `true` | Beta | 1.24 | |
| `PodAndContainerStatsFromCRI` | `false` | Alpha | 1.23 | | | `PodAndContainerStatsFromCRI` | `false` | Alpha | 1.23 | |
| `PodDeletionCost` | `false` | Alpha | 1.21 | 1.21 | | `PodDeletionCost` | `false` | Alpha | 1.21 | 1.21 |