From 4538672df69c43d712d0778a9e78c430e56665ad Mon Sep 17 00:00:00 2001 From: Raunak Pradip Shah Date: Wed, 20 Apr 2022 10:29:55 +0530 Subject: [PATCH] Update vendor --- .../client/v6/apis/volumesnapshot/v1/types.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/vendor/github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1/types.go b/vendor/github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1/types.go index 0e61168b..6490abaa 100644 --- a/vendor/github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1/types.go +++ b/vendor/github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1/types.go @@ -341,8 +341,6 @@ type VolumeSnapshotContentSpec struct { // VolumeSnapshotContentSource represents the CSI source of a snapshot. // Exactly one of its members must be set. // Members in VolumeSnapshotContentSource are immutable. -// TODO(xiangqian): Add a webhook to ensure that VolumeSnapshotContentSource members -// will be immutable once specified. type VolumeSnapshotContentSource struct { // volumeHandle specifies the CSI "volume_id" of the volume from which a snapshot // should be dynamically taken from.