Skip to content

Commit 3be508f

Browse files
authored
Merge pull request #32857 from TinySong/dev-1.24
[zh] Add 1.27 deprecated API removals
2 parents 68474fe + 895b291 commit 3be508f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,28 @@ deprecated API versions to newer and more stable API versions.
3434
-->
3535
## 各发行版本中移除的 API {#removed-apis-by-release}
3636

37+
### v1.27
38+
39+
<!--
40+
The **v1.27** release will stop serving the following deprecated API versions:
41+
-->
42+
**v1.27** 发行版本中将去除以下已弃用的 API 版本:
43+
44+
#### CSIStorageCapacity {#csistoragecapacity-v127}
45+
46+
<!--
47+
The **storage.k8s.io/v1beta1** API version of CSIStorageCapacity will no longer be served in v1.27.
48+
49+
* Migrate manifests and API clients to use the **storage.k8s.io/v1** API version, available since v1.24.
50+
* All existing persisted objects are accessible via the new API
51+
* No notable changes
52+
-->
53+
**storage.k8s.io/v1beta1** API版本的 CSIStorageCapacity 将不再在 v1.27 提供。
54+
55+
* 自 v1.24 版本起,迁移清单和 API 客户端使用 **storage.k8s.io/v1** API 版本
56+
* 所有现有的持久化对象都可以通过新的 API 访问
57+
* 没有需要额外注意的变更
58+
3759
### v1.26
3860

3961
<!--

0 commit comments

Comments
 (0)