fix: Fix typo
Fix typo in comment
This commit is contained in:
parent
12aa72622a
commit
ad8a01f945
1 changed files with 1 additions and 1 deletions
|
@ -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().
|
||||||
|
|
Loading…
Reference in a new issue