File tree Expand file tree Collapse file tree 3 files changed +281
-285
lines changed Expand file tree Collapse file tree 3 files changed +281
-285
lines changed Original file line number Diff line number Diff line change @@ -770,7 +770,6 @@ message ControllerServiceCapability {
770
770
// CREATE_DELETE_SNAPSHOT MUST support creating volume from
771
771
// snapshot.
772
772
CREATE_DELETE_SNAPSHOT = 5 ;
773
- // LIST_SNAPSHOTS is NOT REQUIRED.
774
773
LIST_SNAPSHOTS = 6 ;
775
774
// Plugins supporting volume cloning at the storage level MAY
776
775
// report this capability. The source volume must be managed by
@@ -857,7 +856,7 @@ message Snapshot {
857
856
// Indicates if a snapshot is ready to use as a
858
857
// `volume_content_source` in a `CreateVolumeRequest`. The default
859
858
// value is false. This field is REQUIRED.
860
- bool is_ready_to_use = 5 ;
859
+ bool ready_to_use = 5 ;
861
860
}
862
861
message DeleteSnapshotRequest {
863
862
// The ID of the snapshot to be deleted.
You can’t perform that action at this time.
0 commit comments