mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Update many misspelled word initializer
This commit is contained in:
parent
4ad4e1ec40
commit
70f47a7975
@ -106,7 +106,7 @@ type Rule struct {
|
||||
type FailurePolicyType string
|
||||
|
||||
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.
|
||||
Ignore FailurePolicyType = "Ignore"
|
||||
// For 1.7, only "Ignore" is allowed. "Fail" will be allowed when the
|
||||
|
@ -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
|
||||
|
@ -108,7 +108,7 @@ type Rule struct {
|
||||
type FailurePolicyType string
|
||||
|
||||
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.
|
||||
Ignore FailurePolicyType = "Ignore"
|
||||
// For 1.7, only "Ignore" is allowed. "Fail" will be allowed when the
|
||||
|
Loading…
Reference in New Issue
Block a user