From 7d78bbe8deb851d98a3f91b83208e7b3b1137e3c Mon Sep 17 00:00:00 2001 From: Hakan Memisoglu Date: Thu, 8 Aug 2019 11:26:46 -0700 Subject: [PATCH] Change the field description. --- spec.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/spec.md b/spec.md index f7af13f9..f8703171 100644 --- a/spec.md +++ b/spec.md @@ -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 secrets = 5 [(csi_secret) = true]; }