Skip to content

Commit 62c6bbb

Browse files
committed
Move volume mount group feature GA
1 parent 150c9d9 commit 62c6bbb

File tree

3 files changed

+239
-239
lines changed

3 files changed

+239
-239
lines changed

csi.proto

+2-2
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)