mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-28 19:12:43 +00:00
Fix some typos for DataMovers type.
Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -79,7 +79,7 @@ spec:
|
||||
nullable: true
|
||||
properties:
|
||||
snapshotClass:
|
||||
description: StorageClass is the name of the snapshot class that
|
||||
description: SnapshotClass is the name of the snapshot class that
|
||||
the volume snapshot is created with
|
||||
type: string
|
||||
storageClass:
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -245,7 +245,7 @@ spec:
|
||||
of the CSI snapshot.
|
||||
properties:
|
||||
snapshotClass:
|
||||
description: StorageClass is the name of the snapshot class that
|
||||
description: SnapshotClass is the name of the snapshot class that
|
||||
the volume snapshot is created with
|
||||
type: string
|
||||
storageClass:
|
||||
|
||||
@@ -76,7 +76,7 @@ type CSISnapshotSpec struct {
|
||||
// StorageClass is the name of the storage class of the PVC that the volume snapshot is created from
|
||||
StorageClass string `json:"storageClass"`
|
||||
|
||||
// StorageClass is the name of the snapshot class that the volume snapshot is created with
|
||||
// SnapshotClass is the name of the snapshot class that the volume snapshot is created with
|
||||
// +optional
|
||||
SnapshotClass string `json:"snapshotClass"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user