Skip to content

Commit b15938d

Browse files
committed
[zh-cn] sync status csi-storage-capacity-v1
Signed-off-by: xin.li <xin.li@daocloud.io>
1 parent 56fdfb8 commit b15938d

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

content/zh-cn/docs/reference/kubernetes-api/common-definitions/status.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,17 @@ Status is a return value for calls that don't return other objects.
5050
- **details** (StatusDetails)
5151

5252
<!--
53+
*Atomic: will be replaced during a merge*
54+
5355
Extended data associated with the reason. Each reason may define its own extended details.
5456
This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.
5557
5658
<a name="StatusDetails"></a>
5759
*StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.*
5860
-->
5961

62+
**原子:将在合并期间被替换**
63+
6064
与原因(Reason)相关的扩展数据。每个原因都可以定义自己的扩展细节。
6165
此字段是可选的,并且不保证返回的数据符合任何模式,除非由原因类型定义。
6266

@@ -68,13 +72,17 @@ Status is a return value for calls that don't return other objects.
6872
- **details.causes** ([]StatusCause)
6973

7074
<!--
75+
*Atomic: will be replaced during a merge*
76+
7177
The Causes array includes more details associated with the StatusReason failure.
7278
Not all StatusReasons may provide detailed causes.
7379
7480
<a name="StatusCause"></a>
7581
*StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.*
7682
-->
7783

84+
**原子:将在合并期间被替换**
85+
7886
causes 数组包含与 StatusReason 故障相关的更多详细信息。
7987
并非所有 StatusReasons 都可以提供详细的原因。
8088

content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/csi-storage-capacity-v1.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_metadata:
66
content_type: "api_reference"
77
description: "CSIStorageCapacity 存储一个 CSI GetCapacity 调用的结果。"
88
title: "CSIStorageCapacity"
9-
weight: 10
9+
weight: 5
1010
---
1111
<!--
1212
api_metadata:
@@ -16,7 +16,7 @@ api_metadata:
1616
content_type: "api_reference"
1717
description: "CSIStorageCapacity stores the result of one CSI GetCapacity call."
1818
title: "CSIStorageCapacity"
19-
weight: 10
19+
weight: 5
2020
-->
2121

2222
`apiVersion: storage.k8s.io/v1`
@@ -159,8 +159,6 @@ CSIStorageCapacityList 是 CSIStorageCapacity 对象的集合。
159159
160160
- **items** ([]<a href="{{< ref "../config-and-storage-resources/csi-storage-capacity-v1#CSIStorageCapacity" >}}">CSIStorageCapacity</a>), required
161161
162-
*Map: unique values on key name will be kept during a merge*
163-
164162
items is the list of CSIStorageCapacity objects.
165163
-->
166164
- **metadata** (<a href="{{< ref "../common-definitions/list-meta#ListMeta" >}}">ListMeta</a>)
@@ -171,8 +169,6 @@ CSIStorageCapacityList 是 CSIStorageCapacity 对象的集合。
171169

172170
- **items** ([]<a href="{{< ref "../config-and-storage-resources/csi-storage-capacity-v1#CSIStorageCapacity" >}}">CSIStorageCapacity</a>),必需
173171

174-
**映射:有关键名称的唯一值将在合并期间被保留**
175-
176172
items 是 CSIStorageCapacity 对象的列表。
177173

178174
<!--

0 commit comments

Comments
 (0)