Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,7 @@ message GetCapacityResponse {
// a maximum size for individual volumes and leave it unset
// otherwise. COs MAY use it to make decision about
// where to create volumes.
google.protobuf.Int64Value maximum_volume_size = 2
[(alpha_field) = true];
google.protobuf.Int64Value maximum_volume_size = 2;

// The smallest size that may be used in a
// CreateVolumeRequest.capacity_range.limit_bytes field
Expand Down
Loading