[zh] Add 1.27 deprecated API removals

v1beta1 is deprecated since 1.24, i.e. will be served in 1.24, 1.25, 1.26
This commit is contained in:
song
2022-04-11 16:59:38 +08:00
parent b7dd826b44
commit 895b291dca
@@ -34,6 +34,28 @@ deprecated API versions to newer and more stable API versions.
-->
## 各发行版本中移除的 API {#removed-apis-by-release}
### v1.27
<!--
The **v1.27** release will stop serving the following deprecated API versions:
-->
**v1.27** 发行版本中将去除以下已弃用的 API 版本:
#### CSIStorageCapacity {#csistoragecapacity-v127}
<!--
The **storage.k8s.io/v1beta1** API version of CSIStorageCapacity will no longer be served in v1.27.
* Migrate manifests and API clients to use the **storage.k8s.io/v1** API version, available since v1.24.
* All existing persisted objects are accessible via the new API
* No notable changes
-->
**storage.k8s.io/v1beta1** API版本的 CSIStorageCapacity 将不再在 v1.27 提供。
* 自 v1.24 版本起,迁移清单和 API 客户端使用 **storage.k8s.io/v1** API 版本
* 所有现有的持久化对象都可以通过新的 API 访问
* 没有需要额外注意的变更
### v1.26
<!--