File tree Expand file tree Collapse file tree 3 files changed +238
-238
lines changed Expand file tree Collapse file tree 3 files changed +238
-238
lines changed Original file line number Diff line number Diff line change @@ -1276,7 +1276,7 @@ message NodeStageVolumeRequest {
1276
1276
// manner, unless otherwise modified by a workload, that they are
1277
1277
// both readable and writable by said mount group identifier.
1278
1278
// This is an OPTIONAL field.
1279
- string volume_mount_group = 7 ;
1279
+ string volume_mount_group = 7 [ (alpha_field) = true ] ;
1280
1280
}
1281
1281
1282
1282
message NodeStageVolumeResponse {
@@ -1379,7 +1379,7 @@ message NodePublishVolumeRequest {
1379
1379
// multiple times on same node - all NodePublishVolume calls MUST
1380
1380
// specify same value of volume_mount_group.
1381
1381
// This is an OPTIONAL field.
1382
- string volume_mount_group = 9 ;
1382
+ string volume_mount_group = 9 [ (alpha_field) = true ] ;
1383
1383
}
1384
1384
1385
1385
message NodePublishVolumeResponse {
You can’t perform that action at this time.
0 commit comments