Merge pull request #96094 from Hellcatlk/m

Some comments' typos
This commit is contained in:
Kubernetes Prow Robot
2021-04-16 11:54:22 -07:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -206,7 +206,7 @@ func NewPod(uid, name string) *v1.Pod {
}
}
// NewPod returns a test pod object
// NewPodWithVolume returns a test pod object
func NewPodWithVolume(podName, volumeName, nodeName string) *v1.Pod {
return &v1.Pod{
ObjectMeta: metav1.ObjectMeta{