Skip to content

Commit 546096b

Browse files
committed
Rename is_ready_to_use to ready_to_use
1 parent 82d56dc commit 546096b

File tree

3 files changed

+281
-285
lines changed

3 files changed

+281
-285
lines changed

csi.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,6 @@ message ControllerServiceCapability {
770770
// CREATE_DELETE_SNAPSHOT MUST support creating volume from
771771
// snapshot.
772772
CREATE_DELETE_SNAPSHOT = 5;
773-
// LIST_SNAPSHOTS is NOT REQUIRED.
774773
LIST_SNAPSHOTS = 6;
775774
// Plugins supporting volume cloning at the storage level MAY
776775
// report this capability. The source volume must be managed by
@@ -857,7 +856,7 @@ message Snapshot {
857856
// Indicates if a snapshot is ready to use as a
858857
// `volume_content_source` in a `CreateVolumeRequest`. The default
859858
// value is false. This field is REQUIRED.
860-
bool is_ready_to_use = 5;
859+
bool ready_to_use = 5;
861860
}
862861
message DeleteSnapshotRequest {
863862
// The ID of the snapshot to be deleted.

0 commit comments

Comments
 (0)