mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-18 15:54:57 +00:00
Merge pull request #34765 from ivan4th/fix-more-typos
Automatic merge from submit-queue Fix typos
This commit is contained in:
@@ -79,7 +79,7 @@ func TestReconcileLoadBalancerRemoveAllPortsRemovesFrontendConfig(t *testing.T)
|
||||
t.Error("Expected the loadbalancer to need an update")
|
||||
}
|
||||
|
||||
// ensure we abandonded the frontend ip configuration
|
||||
// ensure we abandoned the frontend ip configuration
|
||||
if len(*lb.Properties.FrontendIPConfigurations) != 0 {
|
||||
t.Error("Expected the loadbalancer to have no frontend ip configuration")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user