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 5855c88 commit b5361deCopy full SHA for b5361de
csi.proto
@@ -1010,10 +1010,9 @@ message ListSnapshotsRequest {
1010
// it is cut.
1011
string snapshot_id = 4;
1012
1013
- // Secrets necessary for listing snapshots.
1014
- // This field is OPTIONAL. It can be used to pass secrets
1015
- // required to access some subset of the snapshots in the
1016
- // storage backend.
+ // Secrets required by plugin to complete ListSnapshot request.
+ // This field is OPTIONAL. Refer to the `Secrets Requirements`
+ // section on how to use this field.
1017
map<string, string> secrets = 5 [(csi_secret) = true];
1018
}
1019
0 commit comments