fix: Fix typo

Fix typo in comment
This commit is contained in:
HowJMay 2020-01-25 16:03:18 +08:00
parent 12aa72622a
commit ad8a01f945

View file

@ -161,7 +161,7 @@ func (f *Framework) GetNginxIP() string {
return s.Spec.ClusterIP return s.Spec.ClusterIP
} }
// GetNginxPodIP returns the IP addres/es of the running pods // GetNginxPodIP returns the IP addresses of the running pods
func (f *Framework) GetNginxPodIP() []string { func (f *Framework) GetNginxPodIP() []string {
e, err := f.KubeClientSet. e, err := f.KubeClientSet.
CoreV1(). CoreV1().