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 @@ -590,7 +590,8 @@ message NodePublishVolumeRequest {
590
590
591
591
// The path to which the volume will be published. It MUST be an
592
592
// absolute path in the root filesystem of the process serving this
593
- // request. This is a REQUIRED field.
593
+ // request. The CO SHALL ensure uniqueness of target_path per volume.
594
+ // This is a REQUIRED field.
594
595
string target_path = 5 ;
595
596
596
597
// The capability of the volume the CO expects the volume to have.
Original file line number Diff line number Diff line change @@ -960,7 +960,8 @@ message NodePublishVolumeRequest {
960
960
961
961
// The path to which the volume will be published. It MUST be an
962
962
// absolute path in the root filesystem of the process serving this
963
- // request. This is a REQUIRED field.
963
+ // request. The CO SHALL ensure uniqueness of target_path per volume.
964
+ // This is a REQUIRED field.
964
965
string target_path = 5;
965
966
966
967
// The capability of the volume the CO expects the volume to have.
You can’t perform that action at this time.
0 commit comments