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 897d792 commit 7d78bbeCopy full SHA for 7d78bbe
spec.md
@@ -1738,10 +1738,9 @@ message ListSnapshotsRequest {
1738
// it is cut.
1739
string snapshot_id = 4;
1740
1741
- // Secrets necessary for listing snapshots.
1742
- // This field is OPTIONAL. It can be used to pass secrets
1743
- // required to access some subset of the snapshots in the
1744
- // 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.
1745
map<string, string> secrets = 5 [(csi_secret) = true];
1746
}
1747
0 commit comments