You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/storage-version-migration-v1alpha1.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ auto_generated: true
29
29
<!--
30
30
StorageVersionMigration represents a migration of stored data to the latest storage version.
31
31
-->
32
-
StorageVersionMigration 表示将表示存储的数据向最新存储版本的一次迁移。
32
+
StorageVersionMigration 表示存储的数据向最新存储版本的一次迁移。
33
33
34
34
<hr>
35
35
@@ -79,7 +79,7 @@ Spec of the storage version migration.
79
79
80
80
The token used in the list options to get the next chunk of objects to migrate. When the .status.conditions indicates the migration is "Running", users can use this token to check the progress of the migration.
81
81
82
-
- **resource** (GroupVersionResource),必需
82
+
- **resource** (GroupVersionResource), required
83
83
84
84
The resource that is being migrated. The migrator sends requests to the endpoint serving the resource. Immutable.
85
85
@@ -88,7 +88,7 @@ Spec of the storage version migration.
source represents the volume that should be attached.
97
97
98
98
<a name="VolumeAttachmentSource"></a>
99
-
*VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.*
99
+
*VolumeAttachmentSource represents a volume that should be attached. Right now only PersistentVolumes can be attached via external attacher, in the future we may allow also inline volumes in pods. Exactly one member can be set.*
inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature.
*Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.*
163
-
-->
164
-
-**attachError** (VolumeError)
165
-
166
-
attachError 表示挂接操作期间遇到的最后一个错误,如果有。
167
-
此字段只能由完成挂接操作的实体(例如外部挂接器)进行设置。
168
-
169
-
<aname="VolumeError"></a>
170
-
**VolumeError 抓取卷操作期间遇到的一个错误。**
173
+
-->
171
174
172
175
-**attachError.message** (string)
173
176
@@ -288,7 +291,7 @@ GET /apis/storage.k8s.io/v1/volumeattachments/{name}
288
291
289
292
-**name** (**路径参数**): string,必需
290
293
291
-
VolumeAttachment 的名称
294
+
VolumeAttachment 的名称。
292
295
293
296
-**pretty** (**查询参数**): string
294
297
@@ -323,7 +326,7 @@ GET /apis/storage.k8s.io/v1/volumeattachments/{name}/status
323
326
324
327
-**name** (**路径参数**): string,必需
325
328
326
-
VolumeAttachment 的名称
329
+
VolumeAttachment 的名称。
327
330
328
331
-**pretty** (**查询参数**): string
329
332
@@ -342,7 +345,7 @@ GET /apis/storage.k8s.io/v1/volumeattachments/{name}/status
342
345
### `list` list or watch objects of kind VolumeAttachment
343
346
#### HTTP Request
344
347
-->
345
-
### `list`列出或观测类别为 VolumeAttachment 的对象
348
+
### `list`列举或观测类别为 VolumeAttachment 的对象
346
349
347
350
#### HTTP 请求
348
351
@@ -491,7 +494,7 @@ PUT /apis/storage.k8s.io/v1/volumeattachments/{name}
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/volume-attributes-class-v1beta1.md
0 commit comments