Skip to content

Commit 8267be8

Browse files
authored
Merge pull request #26598 from liggitt/deprecation-fixup
Fix API group typo
2 parents d07618a + 1711809 commit 8267be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/using-api/deprecation-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The **admissionregistration.k8s.io/v1beta1** API version of MutatingWebhookConfi
7171

7272
The **apiextensions.k8s.io/v1beta1** API version of CustomResourceDefinition will no longer be served in v1.22.
7373

74-
* Migrate manifests and API clients to use the **apiextensions.k8s.io/v1beta1** API version, available since v1.16.
74+
* Migrate manifests and API clients to use the **apiextensions.k8s.io/v1** API version, available since v1.16.
7575
* All existing persisted objects are accessible via the new API
7676
* Notable changes:
7777
* `spec.scope` is no longer defaulted to `Namespaced` and must be explicitly specified
@@ -156,7 +156,7 @@ The **networking.k8s.io/v1beta1** API version of IngressClass will no longer be
156156

157157
The **rbac.authorization.k8s.io/v1beta1** API version of ClusterRole, ClusterRoleBinding, Role, and RoleBinding will no longer be served in v1.22.
158158

159-
* Migrate manifests and API clients to use the **networking.k8s.io/v1** API version, available since v1.8.
159+
* Migrate manifests and API clients to use the **rbac.authorization.k8s.io/v1** API version, available since v1.8.
160160
* All existing persisted objects are accessible via the new APIs
161161
* No notable changes
162162

0 commit comments

Comments
 (0)