Skip to content

Commit da58351

Browse files
Sh4d1jdef
authored andcommitted
Add Secrets in NodeExpandVolumeRequest
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent c6d4bcd commit da58351

File tree

3 files changed

+257
-232
lines changed

3 files changed

+257
-232
lines changed

csi.proto

+6
Original file line numberDiff line numberDiff line change
@@ -1570,6 +1570,12 @@ message NodeExpandVolumeRequest {
15701570
// access_type from given volume_path for the volume and perform
15711571
// node expansion. This is an OPTIONAL field.
15721572
VolumeCapability volume_capability = 5;
1573+
1574+
// Secrets required by plugin to complete node expand volume request.
1575+
// This field is OPTIONAL. Refer to the `Secrets Requirements`
1576+
// section on how to use this field.
1577+
map<string, string> secrets = 6
1578+
[(csi_secret) = true, (alpha_field) = true];
15731579
}
15741580

15751581
message NodeExpandVolumeResponse {

0 commit comments

Comments
 (0)