Skip to content

Commit

Permalink
Add new alpha field
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied committed May 27, 2021
1 parent ca8e8d7 commit 18af4e5
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 238 deletions.
4 changes: 2 additions & 2 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ message NodeStageVolumeRequest {
// manner, unless otherwise modified by a workload, that they are
// both readable and writable by said mount group identifier.
// This is an OPTIONAL field.
string volume_mount_group = 7;
string volume_mount_group = 7 [(alpha_field) = true];
}

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

message NodePublishVolumeResponse {
Expand Down
Loading

0 comments on commit 18af4e5

Please sign in to comment.