Commit f1a763e7 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #38180 from NickrenREN/vmgr-actual-state

Automatic merge from submit-queue (batch tested with PRs 36888, 38180, 38855, 38590) fix function notes
parents 1abb8498 dc7a0bf6
......@@ -55,7 +55,7 @@ type ActualStateOfWorld interface {
// indicating the specified volume has been successfully mounted to the
// specified pod.
// If a pod with the same unique name already exists under the specified
// volume, this is a no-op.
// volume, reset the pod's remountRequired value.
// If a volume with the name volumeName does not exist in the list of
// attached volumes, an error is returned.
AddPodToVolume(podName volumetypes.UniquePodName, podUID types.UID, volumeName v1.UniqueVolumeName, mounter volume.Mounter, outerVolumeSpecName string, volumeGidValue string) error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment