You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/using-api/deprecation-guide.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,11 @@ RuntimeClass in the **node.k8s.io/v1beta1** API version will no longer be served
86
86
87
87
### v1.22
88
88
89
-
The **v1.22** release will stop serving the following deprecated API versions:
89
+
The **v1.22** release stopped serving the following deprecated API versions:
90
90
91
91
#### Webhook resources {#webhook-resources-v122}
92
92
93
-
The **admissionregistration.k8s.io/v1beta1** API version of MutatingWebhookConfiguration and ValidatingWebhookConfiguration will no longer be served in v1.22.
93
+
The **admissionregistration.k8s.io/v1beta1** API version of MutatingWebhookConfiguration and ValidatingWebhookConfiguration is no longer served as of v1.22.
94
94
95
95
* Migrate manifests and API clients to use the **admissionregistration.k8s.io/v1** API version, available since v1.16.
96
96
* All existing persisted objects are accessible via the new APIs
@@ -104,7 +104,7 @@ The **admissionregistration.k8s.io/v1beta1** API version of MutatingWebhookConfi
The **authorization.k8s.io/v1beta1** API version of LocalSubjectAccessReview, SelfSubjectAccessReview, and SubjectAccessReview will no longer be served in v1.22.
140
+
The **authorization.k8s.io/v1beta1** API version of LocalSubjectAccessReview, SelfSubjectAccessReview, and SubjectAccessReview is no longer served as of v1.22.
141
141
142
142
* Migrate manifests and API clients to use the **authorization.k8s.io/v1** API version, available since v1.6.
143
143
* Notable changes:
144
144
*`spec.group` was renamed to `spec.groups` in v1 (fixes [#32709](https://github.com/kubernetes/kubernetes/issues/32709))
0 commit comments