We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d4bcd commit da58351Copy full SHA for da58351
csi.proto
@@ -1570,6 +1570,12 @@ message NodeExpandVolumeRequest {
1570
// access_type from given volume_path for the volume and perform
1571
// node expansion. This is an OPTIONAL field.
1572
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];
1579
}
1580
1581
message NodeExpandVolumeResponse {
0 commit comments