Skip to content

Commit

Permalink
Merge pull request #352 from jarrpa/fix-volume-expand
Browse files Browse the repository at this point in the history
Add missing Type to PluginCapability_VolumeExpansion
  • Loading branch information
saad-ali authored Mar 3, 2019
2 parents 915ae31 + 131f173 commit 39d8cec
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 285 deletions.
1 change: 1 addition & 0 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ message PluginCapability {
// ControllerExpandVolume and NodeExpandVolume.
OFFLINE = 2;
}
Type type = 1;
}

oneof type {
Expand Down
Loading

0 comments on commit 39d8cec

Please sign in to comment.