summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJing Xu <jinxu@google.com>2018-08-23 12:02:48 -0700
committerGitHub <noreply@github.com>2018-08-23 12:02:48 -0700
commit127a5b7526bfb58e97c33e0f9c65432f00786397 (patch)
tree71271bc284f391dc4d6fd922858f3f8ec45a2479
parent4b0fb4cbd07266de5baa896c8233f102aa14691f (diff)
Update csi-snapshot.md
change VolumeSnapshotClassName as pointer
-rw-r--r--contributors/design-proposals/storage/csi-snapshot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/storage/csi-snapshot.md b/contributors/design-proposals/storage/csi-snapshot.md
index d69d7506..4c7ac60e 100644
--- a/contributors/design-proposals/storage/csi-snapshot.md
+++ b/contributors/design-proposals/storage/csi-snapshot.md
@@ -98,7 +98,7 @@ type VolumeSnapshotSpec struct {
// Name of the VolumeSnapshotClass used by the VolumeSnapshot. If not specified, a default snapshot class will
// be used if it is available.
// +optional
- VolumeSnapshotClassName string `json:"snapshotClassName" protobuf:"bytes,3,opt,name=snapshotClassName"`
+ VolumeSnapshotClassName *string `json:"snapshotClassName" protobuf:"bytes,3,opt,name=snapshotClassName"`
}
// VolumeSnapshotStatus is the status of the VolumeSnapshot