Skip to content

Commit

Permalink
Removed "repeated" from VolumeHealth field
Browse files Browse the repository at this point in the history
  • Loading branch information
xing-yang committed Feb 14, 2020
1 parent 4d12ff3 commit 5d9833c
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 140 deletions.
6 changes: 3 additions & 3 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ message ListVolumesResponse {
// This field MUST be specified if the
// LIST_VOLUMES_VOLUME_HEALTH controller capability is supported.
// This field is OPTIONAL.
repeated VolumeHealth volume_health = 2 [(alpha_field) = true];
VolumeHealth volume_health = 2 [(alpha_field) = true];
}

message Entry {
Expand Down Expand Up @@ -877,7 +877,7 @@ message GetVolumeResponse {
// volume_health shows error conditions reported by the SP.
// This field MUST be specified if the
// VOLUME_HEALTH controller capability is supported.
repeated VolumeHealth volume_health = 1 [(alpha_field) = true];
VolumeHealth volume_health = 1 [(alpha_field) = true];
}

// This field is REQUIRED
Expand Down Expand Up @@ -1299,7 +1299,7 @@ message NodeGetVolumeStatsResponse {
// This field is OPTIONAL.
repeated VolumeUsage usage = 1;
// This field is OPTIONAL.
repeated VolumeHealth volume_health = 2 [(alpha_field) = true];
VolumeHealth volume_health = 2 [(alpha_field) = true];
}

message VolumeUsage {
Expand Down
Loading

0 comments on commit 5d9833c

Please sign in to comment.