Skip to content

Commit 131f173

Browse files
committed
Add missing Type to PluginCapability_VolumeExpansion
The PluginCapability_VolumeExpansion struct was missing a Type field to indicate which type of volume expansion is supported. This commit fixes that bug. Signed-off-by: Jose A. Rivera <[email protected]>
1 parent 915ae31 commit 131f173

File tree

3 files changed

+295
-285
lines changed

3 files changed

+295
-285
lines changed

csi.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ message PluginCapability {
188188
// ControllerExpandVolume and NodeExpandVolume.
189189
OFFLINE = 2;
190190
}
191+
Type type = 1;
191192
}
192193

193194
oneof type {

0 commit comments

Comments
 (0)