File tree Expand file tree Collapse file tree 3 files changed +140
-140
lines changed Expand file tree Collapse file tree 3 files changed +140
-140
lines changed Original file line number Diff line number Diff 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
13051305message VolumeUsage {
You can’t perform that action at this time.
0 commit comments