@@ -1207,9 +1207,10 @@ message ControllerPublishVolumeRequest {
1207
1207
// `Secrets Requirements` section on how to use this field.
1208
1208
map<string, string> secrets = 5 [(csi_secret) = true];
1209
1209
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`.
1213
1214
map<string, string> volume_context = 6;
1214
1215
}
1215
1216
@@ -1312,9 +1313,10 @@ message ValidateVolumeCapabilitiesRequest {
1312
1313
// The ID of the volume to check. This field is REQUIRED.
1313
1314
string volume_id = 1;
1314
1315
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`.
1318
1320
map<string, string> volume_context = 2;
1319
1321
1320
1322
// The capabilities that the CO wants to check for the volume. This
@@ -1958,9 +1960,10 @@ message NodeStageVolumeRequest {
1958
1960
// section on how to use this field.
1959
1961
map<string, string> secrets = 5 [(csi_secret) = true];
1960
1962
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`.
1964
1967
map<string, string> volume_context = 6;
1965
1968
}
1966
1969
@@ -2107,9 +2110,10 @@ message NodePublishVolumeRequest {
2107
2110
// section on how to use this field.
2108
2111
map<string, string> secrets = 7 [(csi_secret) = true];
2109
2112
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`.
2113
2117
map<string, string> volume_context = 8;
2114
2118
}
2115
2119
0 commit comments