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 3293249 commit c7ad51eCopy full SHA for c7ad51e
csi.proto
@@ -1009,6 +1009,11 @@ message ListSnapshotsRequest {
1009
// and will not block if the snapshot is being processed after
1010
// it is cut.
1011
string snapshot_id = 4;
1012
+
1013
+ // Secrets required by plugin to complete ListSnapshot request.
1014
+ // This field is OPTIONAL. Refer to the `Secrets Requirements`
1015
+ // section on how to use this field.
1016
+ map<string, string> secrets = 5 [(csi_secret) = true];
1017
}
1018
1019
message ListSnapshotsResponse {
0 commit comments