Skip to content

Commit d470451

Browse files
committed
Update comment in types.go, to be included in the new CRD docs
See https://github.com/kubernetes-csi/docs/pull/506\#pullrequestreview-943092112 Signed-off-by: Ivan Sim <[email protected]>
1 parent e76e438 commit d470451

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/apis/volumesnapshot/v1/types.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,6 @@ type VolumeSnapshotContentSpec struct {
341341
// VolumeSnapshotContentSource represents the CSI source of a snapshot.
342342
// Exactly one of its members must be set.
343343
// Members in VolumeSnapshotContentSource are immutable.
344-
// TODO(xiangqian): Add a webhook to ensure that VolumeSnapshotContentSource members
345-
// will be immutable once specified.
346344
type VolumeSnapshotContentSource struct {
347345
// volumeHandle specifies the CSI "volume_id" of the volume from which a snapshot
348346
// should be dynamically taken from.

0 commit comments

Comments
 (0)