Fix typos

This commit is contained in:
Raunak Pradip Shah
2023-05-01 01:10:11 +05:30
parent 1a93d9f551
commit 21acc924d7
5 changed files with 150 additions and 135 deletions

View File

@@ -326,7 +326,7 @@ type VolumeGroupSnapshotContentStatus struct {
// for this group snapshot.
// The maximum number of allowed snapshots in the group is 100.
// +optional
VolumeSnapshotContentRefList []core_v1.ObjectReference `json:"volumeSnapshotRefList,omitempty" protobuf:"bytes,5,opt,name=volumeSnapshotRefList"`
VolumeSnapshotContentRefList []core_v1.ObjectReference `json:"volumeSnapshotContentRefList,omitempty" protobuf:"bytes,5,opt,name=volumeSnapshotContentRefList"`
}
// VolumeGroupSnapshotContentSource represents the CSI source of a group snapshot.