Merge pull request #4963 from HowJMay/fix_typo

fix: Fix typo
This commit is contained in:
Kubernetes Prow Robot 2020-02-21 05:58:32 -08:00 committed by GitHub
commit ad4221f8bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,7 @@ func (f *Framework) GetNginxIP() string {
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 {
e, err := f.KubeClientSet.
CoreV1().