Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,11 @@ message ListVolumesRequest {
// next page of entries. This field is OPTIONAL.
// An empty string is equal to an unspecified field value.
string starting_token = 2;

// Secrets required by plugin to complete volumes listing request.
// This field is OPTIONAL. Refer to the `Secrets Requirements` section
// on how to use this field.
map<string, string> secrets = 3 [(csi_secret) = true];
}

message ListVolumesResponse {
Expand Down
Loading