Skip to content

Commit 18af4e5

Browse files
committed
Add new alpha field
1 parent ca8e8d7 commit 18af4e5

File tree

3 files changed

+238
-238
lines changed

3 files changed

+238
-238
lines changed

csi.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ message NodeStageVolumeRequest {
12761276
// manner, unless otherwise modified by a workload, that they are
12771277
// both readable and writable by said mount group identifier.
12781278
// This is an OPTIONAL field.
1279-
string volume_mount_group = 7;
1279+
string volume_mount_group = 7 [(alpha_field) = true];
12801280
}
12811281

12821282
message NodeStageVolumeResponse {
@@ -1379,7 +1379,7 @@ message NodePublishVolumeRequest {
13791379
// multiple times on same node - all NodePublishVolume calls MUST
13801380
// specify same value of volume_mount_group.
13811381
// This is an OPTIONAL field.
1382-
string volume_mount_group = 9;
1382+
string volume_mount_group = 9 [(alpha_field) = true];
13831383
}
13841384

13851385
message NodePublishVolumeResponse {

0 commit comments

Comments
 (0)