Skip to content

Commit 1775c8f

Browse files
committed
Update doc
Signed-off-by: David Kwon <dakwon@redhat.com>
1 parent c87a16d commit 1775c8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/provision/storage/cleanup.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ func commonPVCExists(workspace *common.DevWorkspaceWithConfig, clusterAPI sync.C
255255
return true, nil
256256
}
257257

258-
// If there is a running devworkspace pod that already mounts the PVC, this function
259-
// gets the node name of the node the devworkspace pod is running in.
258+
// getTargetNodeName returns the node name of the node a running devworkspace pod that already mounts the
259+
// common PVC is running in.
260260
// Returns an empty string if no such pod exists.
261261
func getTargetNodeName(workspace *common.DevWorkspaceWithConfig, clusterAPI sync.ClusterAPI) (string, error) {
262262

0 commit comments

Comments
 (0)