Skip to content

Commit

Permalink
Add Secrets in NodeExpandVolumeRequest
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Cyvoct <[email protected]>
  • Loading branch information
Sh4d1 authored and jdef committed Mar 16, 2021
1 parent c6d4bcd commit da58351
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 232 deletions.
6 changes: 6 additions & 0 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1570,6 +1570,12 @@ message NodeExpandVolumeRequest {
// access_type from given volume_path for the volume and perform
// node expansion. This is an OPTIONAL field.
VolumeCapability volume_capability = 5;

// Secrets required by plugin to complete node expand volume request.
// This field is OPTIONAL. Refer to the `Secrets Requirements`
// section on how to use this field.
map<string, string> secrets = 6
[(csi_secret) = true, (alpha_field) = true];
}

message NodeExpandVolumeResponse {
Expand Down
Loading

0 comments on commit da58351

Please sign in to comment.