Skip to content

Commit 11333a4

Browse files
apelisseTim Bannister
andauthored
Apply suggestions from code review
Co-authored-by: Tim Bannister <[email protected]>
1 parent cfa004a commit 11333a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/overview/kubernetes-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ packages that define the API objects.
8484

8585
{{< feature-state state="beta" for_k8s_version="v1.24" >}}
8686

87-
Kubernetes v1.24 offers beta support for publishing its APIs as OpenAPI v3; this is a
87+
Kubernetes {{< param "version" >}} offers beta support for publishing its APIs as OpenAPI v3; this is a
8888
beta feature that is enabled by default.
8989
You can disable the beta feature by turning off the
9090
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) named `OpenAPIV3`

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ different Kubernetes components.
158158
| `NodeOutOfServiceVolumeDetach` | `false` | Alpha | 1.24 | |
159159
| `OpenAPIEnums` | `false` | Alpha | 1.23 | 1.23 |
160160
| `OpenAPIEnums` | `false` | Beta | 1.24 | |
161-
| `OpenAPIV3` | `false` | Alpha | 1.23 | |
161+
| `OpenAPIV3` | `false` | Alpha | 1.23 | 1.23 |
162162
| `OpenAPIV3` | `true` | Beta | 1.24 | |
163163
| `PodAndContainerStatsFromCRI` | `false` | Alpha | 1.23 | |
164164
| `PodDeletionCost` | `false` | Alpha | 1.21 | 1.21 |

0 commit comments

Comments
 (0)