mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
fix typos
This commit is contained in:
parent
1ad5cea24e
commit
fdb861ed86
@ -125,7 +125,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7", func() {
|
||||
}
|
||||
})
|
||||
|
||||
It("shoud create ingress with given static-ip", func() {
|
||||
It("should create ingress with given static-ip", func() {
|
||||
// ip released when the rest of lb resources are deleted in cleanupGCE
|
||||
ip := gceController.createStaticIP(ns)
|
||||
By(fmt.Sprintf("allocated static ip %v: %v through the GCE cloud provider", ns, ip))
|
||||
|
@ -682,7 +682,7 @@ func (cont *GCEIngressController) 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 *GCEIngressController) deleteStaticIPs() error {
|
||||
if cont.staticIPName != "" {
|
||||
|
Loading…
Reference in New Issue
Block a user