Skip to content

Commit 7d78bbe

Browse files
author
Hakan Memisoglu
committed
Change the field description.
1 parent 897d792 commit 7d78bbe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

spec.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,10 +1738,9 @@ message ListSnapshotsRequest {
17381738
// it is cut.
17391739
string snapshot_id = 4;
17401740
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.
1741+
// Secrets required by plugin to complete ListSnapshot request.
1742+
// This field is OPTIONAL. Refer to the `Secrets Requirements`
1743+
// section on how to use this field.
17451744
map<string, string> secrets = 5 [(csi_secret) = true];
17461745
}
17471746

0 commit comments

Comments
 (0)