Commit fdb861ed authored by Tony Li's avatar Tony Li

fix typos

parent 1ad5cea2
...@@ -125,7 +125,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7", func() { ...@@ -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 released when the rest of lb resources are deleted in cleanupGCE
ip := gceController.createStaticIP(ns) ip := gceController.createStaticIP(ns)
By(fmt.Sprintf("allocated static ip %v: %v through the GCE cloud provider", ns, ip)) 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 { ...@@ -682,7 +682,7 @@ func (cont *GCEIngressController) createStaticIP(name string) string {
return ip.Address return ip.Address
} }
// deleteStaticIPs delets all static-ips allocated through calls to // deleteStaticIPs deletes all static-ips allocated through calls to
// createStaticIP. // createStaticIP.
func (cont *GCEIngressController) deleteStaticIPs() error { func (cont *GCEIngressController) deleteStaticIPs() error {
if cont.staticIPName != "" { if cont.staticIPName != "" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment