Skip to content

Commit 910c463

Browse files
committed
Change a stray id to volume_id
1 parent 0be3627 commit 910c463

File tree

3 files changed

+74
-74
lines changed

3 files changed

+74
-74
lines changed

csi.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ message ControllerPublishVolumeResponse {
644644
// The contents of this field SHOULD NOT contain sensitive
645645
// information.
646646
// The contents of this field SHOULD NOT be used for uniquely
647-
// identifying a volume. The `id` alone SHOULD be sufficient to
647+
// identifying a volume. The `volume_id` alone SHOULD be sufficient to
648648
// identify the volume.
649649
// This field is OPTIONAL and when present MUST be passed to
650650
// subsequent `NodeStageVolume` or `NodePublishVolume` calls

0 commit comments

Comments
 (0)