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 351ddcc commit 177604dCopy full SHA for 177604d
csi.proto
@@ -661,7 +661,8 @@ message ValidateVolumeCapabilitiesRequest {
661
// Secrets required by plugin to complete volume validation request.
662
// This field is OPTIONAL. Refer to the `Secrets Requirements`
663
// section on how to use this field.
664
- map<string, string> controller_validate_secrets = 5;
+ map<string, string> controller_validate_secrets = 5
665
+ [(csi_secret) = true];
666
}
667
668
message ValidateVolumeCapabilitiesResponse {
0 commit comments