We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150c9d9 commit 62c6bbbCopy full SHA for 62c6bbb
csi.proto
@@ -407,7 +407,7 @@ message VolumeCapability {
407
// manner, unless otherwise modified by a workload, that they are
408
// both readable and writable by said mount group identifier.
409
// This is an OPTIONAL field.
410
- string volume_mount_group = 3 [(alpha_field) = true];
+ string volume_mount_group = 3;
411
}
412
413
// Specify how a volume can be accessed.
@@ -1527,7 +1527,7 @@ message NodeServiceCapability {
1527
// Indicates that Node service supports mounting volumes
1528
// with provided volume group identifier during node stage
1529
// or node publish RPC calls.
1530
- VOLUME_MOUNT_GROUP = 6 [(alpha_enum_value) = true];
+ VOLUME_MOUNT_GROUP = 6;
1531
1532
1533
Type type = 1;
0 commit comments