File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
content/zh/docs/reference/using-api Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,28 @@ deprecated API versions to newer and more stable API versions.
34
34
-->
35
35
## 各发行版本中移除的 API {#removed-apis-by-release}
36
36
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
+
37
59
### v1.26
38
60
39
61
<!--
You can’t perform that action at this time.
0 commit comments