diff options
| author | Jing Xu <jinxu@google.com> | 2018-08-23 12:02:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-23 12:02:48 -0700 |
| commit | 127a5b7526bfb58e97c33e0f9c65432f00786397 (patch) | |
| tree | 71271bc284f391dc4d6fd922858f3f8ec45a2479 | |
| parent | 4b0fb4cbd07266de5baa896c8233f102aa14691f (diff) | |
Update csi-snapshot.md
change VolumeSnapshotClassName as pointer
| -rw-r--r-- | contributors/design-proposals/storage/csi-snapshot.md | 2 |
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 |
