Skip to content

Commit 39d8cec

Browse files
authored
Merge pull request #352 from jarrpa/fix-volume-expand
Add missing Type to PluginCapability_VolumeExpansion
2 parents 915ae31 + 131f173 commit 39d8cec

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)