@@ -123,11 +123,11 @@ type VolumeSnapshotSource struct {
123123// VolumeSnapshotStatus and VolumeSnapshotContentStatus. Fields in VolumeSnapshotStatus
124124// are updated based on fields in VolumeSnapshotContentStatus. They are eventual
125125// consistency. These fields are duplicate in both objects due to the following reasons:
126- // - Fields in VolumeSnapshotContentStatus can be used for filtering when importing a
127- // volumesnapshot.
128- // - VolumsnapshotStatus is used by end users because they cannot see VolumeSnapshotContent.
129- // - CSI snapshotter sidecar is light weight as it only watches VolumeSnapshotContent
130- // object, not VolumeSnapshot object.
126+ // - Fields in VolumeSnapshotContentStatus can be used for filtering when importing a
127+ // volumesnapshot.
128+ // - VolumsnapshotStatus is used by end users because they cannot see VolumeSnapshotContent.
129+ // - CSI snapshotter sidecar is light weight as it only watches VolumeSnapshotContent
130+ // object, not VolumeSnapshot object.
131131type VolumeSnapshotStatus struct {
132132 // boundVolumeSnapshotContentName is the name of the VolumeSnapshotContent
133133 // object to which this VolumeSnapshot object intends to bind to.
@@ -361,11 +361,11 @@ type VolumeSnapshotContentSource struct {
361361// VolumeSnapshotStatus and VolumeSnapshotContentStatus. Fields in VolumeSnapshotStatus
362362// are updated based on fields in VolumeSnapshotContentStatus. They are eventual
363363// consistency. These fields are duplicate in both objects due to the following reasons:
364- // - Fields in VolumeSnapshotContentStatus can be used for filtering when importing a
365- // volumesnapshot.
366- // - VolumsnapshotStatus is used by end users because they cannot see VolumeSnapshotContent.
367- // - CSI snapshotter sidecar is light weight as it only watches VolumeSnapshotContent
368- // object, not VolumeSnapshot object.
364+ // - Fields in VolumeSnapshotContentStatus can be used for filtering when importing a
365+ // volumesnapshot.
366+ // - VolumsnapshotStatus is used by end users because they cannot see VolumeSnapshotContent.
367+ // - CSI snapshotter sidecar is light weight as it only watches VolumeSnapshotContent
368+ // object, not VolumeSnapshot object.
369369type VolumeSnapshotContentStatus struct {
370370 // snapshotHandle is the CSI "snapshot_id" of a snapshot on the underlying storage system.
371371 // If not specified, it indicates that dynamic snapshot creation has either failed
0 commit comments