Merge pull request #43550 from maikokuppe/patch-1

Fix typo in deprecation-guide.md at v1.26
This commit is contained in:
Kubernetes Prow Robot 2023-12-21 03:15:08 +01:00 committed by GitHub
commit 60f4e0a186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ The **v1.26** release stopped serving the following deprecated API versions:
The **flowcontrol.apiserver.k8s.io/v1beta1** API version of FlowSchema and PriorityLevelConfiguration is no longer served as of v1.26.
* Migrate manifests and API clients to use the **flowcontrol.apiserver.k8s.io/v1beta3** API version, available since v1.26.
* Migrate manifests and API clients to use the **flowcontrol.apiserver.k8s.io/v1beta2** API version.
* All existing persisted objects are accessible via the new API
* No notable changes