Fix some typos for DataMovers type.

Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
yanggang
2023-07-25 23:11:49 +08:00
parent 9c8275eda7
commit ceccd5a92c
5 changed files with 6 additions and 6 deletions
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"`
}