mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-23 19:08:44 +00:00
various corrections in test/e2e package
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
@@ -788,7 +788,7 @@ func (cont *IngressController) CreateStaticIP(name string) string {
|
||||
return ip.Address
|
||||
}
|
||||
|
||||
// deleteStaticIPs delets all static-ips allocated through calls to
|
||||
// deleteStaticIPs deletes all static-ips allocated through calls to
|
||||
// CreateStaticIP.
|
||||
func (cont *IngressController) deleteStaticIPs() error {
|
||||
if cont.staticIPName != "" {
|
||||
|
Reference in New Issue
Block a user