Skip to content

Commit

Permalink
Rename is_ready_to_use to ready_to_use
Browse files Browse the repository at this point in the history
  • Loading branch information
xing-yang committed Nov 9, 2018
1 parent 82d56dc commit 546096b
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 285 deletions.
3 changes: 1 addition & 2 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,6 @@ message ControllerServiceCapability {
// CREATE_DELETE_SNAPSHOT MUST support creating volume from
// snapshot.
CREATE_DELETE_SNAPSHOT = 5;
// LIST_SNAPSHOTS is NOT REQUIRED.
LIST_SNAPSHOTS = 6;
// Plugins supporting volume cloning at the storage level MAY
// report this capability. The source volume must be managed by
Expand Down Expand Up @@ -857,7 +856,7 @@ message Snapshot {
// Indicates if a snapshot is ready to use as a
// `volume_content_source` in a `CreateVolumeRequest`. The default
// value is false. This field is REQUIRED.
bool is_ready_to_use = 5;
bool ready_to_use = 5;
}
message DeleteSnapshotRequest {
// The ID of the snapshot to be deleted.
Expand Down
Loading

0 comments on commit 546096b

Please # to comment.