Skip to content

Commit b5361de

Browse files
author
Hakan Memisoglu
committed
Regenerate files in docker
1 parent 5855c88 commit b5361de

File tree

2 files changed

+209
-727
lines changed

2 files changed

+209
-727
lines changed

csi.proto

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,10 +1010,9 @@ message ListSnapshotsRequest {
10101010
// it is cut.
10111011
string snapshot_id = 4;
10121012

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.
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.
10171016
map<string, string> secrets = 5 [(csi_secret) = true];
10181017
}
10191018

0 commit comments

Comments
 (0)