File tree Expand file tree Collapse file tree 3 files changed +239
-239
lines changed Expand file tree Collapse file tree 3 files changed +239
-239
lines changed Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ message VolumeCapability {
407407 // manner, unless otherwise modified by a workload, that they are
408408 // both readable and writable by said mount group identifier.
409409 // This is an OPTIONAL field.
410- string volume_mount_group = 3 [ (alpha_field) = true ] ;
410+ string volume_mount_group = 3 ;
411411 }
412412
413413 // Specify how a volume can be accessed.
@@ -1527,7 +1527,7 @@ message NodeServiceCapability {
15271527 // Indicates that Node service supports mounting volumes
15281528 // with provided volume group identifier during node stage
15291529 // or node publish RPC calls.
1530- VOLUME_MOUNT_GROUP = 6 [ (alpha_enum_value) = true ] ;
1530+ VOLUME_MOUNT_GROUP = 6 ;
15311531 }
15321532
15331533 Type type = 1 ;
You can’t perform that action at this time.
0 commit comments