Skip to content

Commit 5d9833c

Browse files
committed
Removed "repeated" from VolumeHealth field
1 parent 4d12ff3 commit 5d9833c

File tree

3 files changed

+140
-140
lines changed

3 files changed

+140
-140
lines changed

csi.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ message ListVolumesResponse {
839839
// This field MUST be specified if the
840840
// LIST_VOLUMES_VOLUME_HEALTH controller capability is supported.
841841
// This field is OPTIONAL.
842-
repeated VolumeHealth volume_health = 2 [(alpha_field) = true];
842+
VolumeHealth volume_health = 2 [(alpha_field) = true];
843843
}
844844

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

883883
// This field is REQUIRED
@@ -1299,7 +1299,7 @@ message NodeGetVolumeStatsResponse {
12991299
// This field is OPTIONAL.
13001300
repeated VolumeUsage usage = 1;
13011301
// This field is OPTIONAL.
1302-
repeated VolumeHealth volume_health = 2 [(alpha_field) = true];
1302+
VolumeHealth volume_health = 2 [(alpha_field) = true];
13031303
}
13041304

13051305
message VolumeUsage {

0 commit comments

Comments
 (0)