File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -572,7 +572,8 @@ message NodePublishVolumeRequest {
572
572
573
573
// The path to which the volume will be published. It MUST be an
574
574
// absolute path in the root filesystem of the process serving this
575
- // request. This is a REQUIRED field.
575
+ // request. The CO SHALL ensure uniqueness of target_path per volume.
576
+ // This is a REQUIRED field.
576
577
string target_path = 5 ;
577
578
578
579
// The capability of the volume the CO expects the volume to have.
Original file line number Diff line number Diff line change @@ -942,7 +942,8 @@ message NodePublishVolumeRequest {
942
942
943
943
// The path to which the volume will be published. It MUST be an
944
944
// absolute path in the root filesystem of the process serving this
945
- // request. This is a REQUIRED field.
945
+ // request. The CO SHALL ensure uniqueness of target_path per volume.
946
+ // This is a REQUIRED field.
946
947
string target_path = 5;
947
948
948
949
// The capability of the volume the CO expects the volume to have.
You can’t perform that action at this time.
0 commit comments