@@ -1207,9 +1207,10 @@ message ControllerPublishVolumeRequest {
12071207 // `Secrets Requirements` section on how to use this field.
12081208 map<string, string> secrets = 5 [(csi_secret) = true];
12091209
1210- // Volume context as returned by CO in CreateVolumeRequest. This field
1211- // is OPTIONAL and MUST match the volume_context of the volume
1212- // identified by `volume_id`.
1210+ // Volume context as returned by SP in
1211+ // CreateVolumeResponse.Volume.volume_context.
1212+ // This field is OPTIONAL and MUST match the volume_context of the
1213+ // volume identified by `volume_id`.
12131214 map<string, string> volume_context = 6;
12141215}
12151216
@@ -1312,9 +1313,10 @@ message ValidateVolumeCapabilitiesRequest {
13121313 // The ID of the volume to check. This field is REQUIRED.
13131314 string volume_id = 1;
13141315
1315- // Volume context as returned by CO in CreateVolumeRequest. This field
1316- // is OPTIONAL and MUST match the volume_context of the volume
1317- // identified by `volume_id`.
1316+ // Volume context as returned by SP in
1317+ // CreateVolumeResponse.Volume.volume_context.
1318+ // This field is OPTIONAL and MUST match the volume_context of the
1319+ // volume identified by `volume_id`.
13181320 map<string, string> volume_context = 2;
13191321
13201322 // The capabilities that the CO wants to check for the volume. This
@@ -1958,9 +1960,10 @@ message NodeStageVolumeRequest {
19581960 // section on how to use this field.
19591961 map<string, string> secrets = 5 [(csi_secret) = true];
19601962
1961- // Volume context as returned by CO in CreateVolumeRequest. This field
1962- // is OPTIONAL and MUST match the volume_context of the volume
1963- // identified by `volume_id`.
1963+ // Volume context as returned by SP in
1964+ // CreateVolumeResponse.Volume.volume_context.
1965+ // This field is OPTIONAL and MUST match the volume_context of the
1966+ // volume identified by `volume_id`.
19641967 map<string, string> volume_context = 6;
19651968}
19661969
@@ -2107,9 +2110,10 @@ message NodePublishVolumeRequest {
21072110 // section on how to use this field.
21082111 map<string, string> secrets = 7 [(csi_secret) = true];
21092112
2110- // Volume context as returned by CO in CreateVolumeRequest. This field
2111- // is OPTIONAL and MUST match the volume_context of the volume
2112- // identified by `volume_id`.
2113+ // Volume context as returned by SP in
2114+ // CreateVolumeResponse.Volume.volume_context.
2115+ // This field is OPTIONAL and MUST match the volume_context of the
2116+ // volume identified by `volume_id`.
21132117 map<string, string> volume_context = 8;
21142118}
21152119
0 commit comments