@@ -773,8 +773,9 @@ message ControllerUnpublishVolumeRequest {
773
773
// The SP MAY make the volume inaccessible even when this field is
774
774
// false.
775
775
// This is an OPTIONAL field.
776
- bool fence = 4 ;
776
+ bool fence = 4 [ (alpha_field) = true ] ;
777
777
}
778
+
778
779
message ControllerUnpublishVolumeResponse {
779
780
// Intentionally empty.
780
781
}
@@ -1057,7 +1058,7 @@ message ControllerServiceCapability {
1057
1058
1058
1059
// Indicates the SP supports ControllerUnpublishVolume.fence
1059
1060
// field.
1060
- UNPUBLISH_FENCE = 13 ;
1061
+ UNPUBLISH_FENCE = 13 [ (alpha_enum_value) = true ] ;
1061
1062
}
1062
1063
1063
1064
Type type = 1 ;
@@ -1301,7 +1302,7 @@ message NodeUnstageVolumeRequest {
1301
1302
// CO MUST NOT set this field to true unless SP has the
1302
1303
// FORCE_UNPUBLISH node capability.
1303
1304
// This in an OPTIONAL field.
1304
- bool force = 3 ;
1305
+ bool force = 3 [ (alpha_field) = true ] ;
1305
1306
}
1306
1307
1307
1308
message NodeUnstageVolumeResponse {
@@ -1392,7 +1393,7 @@ message NodeUnpublishVolumeRequest {
1392
1393
// CO MUST NOT set this field to true unless SP has the
1393
1394
// FORCE_UNPUBLISH node capability.
1394
1395
// This in an OPTIONAL field.
1395
- bool force = 3 ;
1396
+ bool force = 3 [ (alpha_field) = true ] ;
1396
1397
}
1397
1398
1398
1399
message NodeUnpublishVolumeResponse {
@@ -1508,7 +1509,7 @@ message NodeServiceCapability {
1508
1509
// field. Also indicates that the node supports the
1509
1510
// NodeUnstageVolume.force field if it also has the
1510
1511
// STAGE_UNSTAGE_VOLUME capability.
1511
- FORCE_UNPUBLISH = 5 ;
1512
+ FORCE_UNPUBLISH = 5 [ (alpha_enum_value) = true ] ;
1512
1513
}
1513
1514
1514
1515
Type type = 1 ;
0 commit comments