Skip to content

Commit

Permalink
Change the field description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan Memisoglu committed Aug 8, 2019
1 parent 897d792 commit 7d78bbe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1738,10 +1738,9 @@ message ListSnapshotsRequest {
// it is cut.
string snapshot_id = 4;
// Secrets necessary for listing snapshots.
// This field is OPTIONAL. It can be used to pass secrets
// required to access some subset of the snapshots in the
// 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.
map<string, string> secrets = 5 [(csi_secret) = true];
}
Expand Down

0 comments on commit 7d78bbe

Please sign in to comment.