We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc44edc commit f7d028eCopy full SHA for f7d028e
csi.proto
@@ -647,6 +647,11 @@ message ValidateVolumeCapabilitiesRequest {
647
// See CreateVolumeRequest.accessibility_requirements.
648
// This field is OPTIONAL.
649
TopologyRequirement accessibility_requirements = 5;
650
+
651
+ // Secrets required by plugin to complete volume validation request.
652
+ // This field is OPTIONAL. Refer to the `Secrets Requirements`
653
+ // section on how to use this field.
654
+ map<string, string> controller_validate_secrets = 6;
655
}
656
657
message ValidateVolumeCapabilitiesResponse {
0 commit comments