Commit 70f47a79 authored by Xingcai Zhang's avatar Xingcai Zhang

Update many misspelled word initializer

parent 4ad4e1ec
...@@ -106,7 +106,7 @@ type Rule struct { ...@@ -106,7 +106,7 @@ type Rule struct {
type FailurePolicyType string type FailurePolicyType string
const ( const (
// Ignore means the initilizer is removed from the initializers list of an // Ignore means the initializer is removed from the initializers list of an
// object if the initializer is timed out. // object if the initializer is timed out.
Ignore FailurePolicyType = "Ignore" Ignore FailurePolicyType = "Ignore"
// For 1.7, only "Ignore" is allowed. "Fail" will be allowed when the // For 1.7, only "Ignore" is allowed. "Fail" will be allowed when the
......
...@@ -458,7 +458,7 @@ func TestGCECondition(t *testing.T) { ...@@ -458,7 +458,7 @@ func TestGCECondition(t *testing.T) {
} }
} }
assert.True(t, conditionAdded, "Network Route Condition for GCE not added by external cloud intializer") assert.True(t, conditionAdded, "Network Route Condition for GCE not added by external cloud initializer")
} }
// This test checks that a node with the external cloud provider taint is cloudprovider initialized and // This test checks that a node with the external cloud provider taint is cloudprovider initialized and
......
...@@ -108,7 +108,7 @@ type Rule struct { ...@@ -108,7 +108,7 @@ type Rule struct {
type FailurePolicyType string type FailurePolicyType string
const ( const (
// Ignore means the initilizer is removed from the initializers list of an // Ignore means the initializer is removed from the initializers list of an
// object if the initializer is timed out. // object if the initializer is timed out.
Ignore FailurePolicyType = "Ignore" Ignore FailurePolicyType = "Ignore"
// For 1.7, only "Ignore" is allowed. "Fail" will be allowed when the // For 1.7, only "Ignore" is allowed. "Fail" will be allowed when the
......
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