File tree Expand file tree Collapse file tree 3 files changed +90
-97
lines changed Expand file tree Collapse file tree 3 files changed +90
-97
lines changed Original file line number Diff line number Diff line change @@ -770,10 +770,7 @@ 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. For plugins that need to
774
- // process a snapshot after it is being cut, LIST_SNAPSHOTS
775
- // COULD be used with the snapshot_id as the filter to query
776
- // whether the processing is complete or not.
773
+ // LIST_SNAPSHOTS is NOT REQUIRED.
777
774
LIST_SNAPSHOTS = 6 ;
778
775
// Plugins supporting volume cloning at the storage level MAY
779
776
// report this capability. The source volume must be managed by
@@ -857,8 +854,9 @@ message Snapshot {
857
854
// field is REQUIRED.
858
855
int64 created_at = 4 ;
859
856
860
- // Indicates if a snapshot is ready to use. The default value is
861
- // false. This field is REQUIRED.
857
+ // Indicates if a snapshot is ready to use as a
858
+ // `volume_content_source` in a `CreateVolumeRequest`. The default
859
+ // value is false. This field is REQUIRED.
862
860
bool is_ready_to_use = 5 ;
863
861
}
864
862
message DeleteSnapshotRequest {
You can’t perform that action at this time.
0 commit comments