Skip to content

Commit

Permalink
Merge pull request #26598 from liggitt/deprecation-fixup
Browse files Browse the repository at this point in the history
Fix API group typo
  • Loading branch information
k8s-ci-robot authored Feb 17, 2021
2 parents d07618a + 1711809 commit 8267be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/reference/using-api/deprecation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The **admissionregistration.k8s.io/v1beta1** API version of MutatingWebhookConfi

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

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

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

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

Expand Down

0 comments on commit 8267be8

Please sign in to comment.