Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
70f47a79
Commit
70f47a79
authored
Oct 15, 2017
by
Xingcai Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update many misspelled word initializer
parent
4ad4e1ec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
types.go
pkg/apis/admissionregistration/types.go
+1
-1
node_controller_test.go
pkg/controller/cloud/node_controller_test.go
+1
-1
types.go
...ng/src/k8s.io/api/admissionregistration/v1alpha1/types.go
+1
-1
No files found.
pkg/apis/admissionregistration/types.go
View file @
70f47a79
...
@@ -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 initi
a
lizer 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
...
...
pkg/controller/cloud/node_controller_test.go
View file @
70f47a79
...
@@ -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 in
i
tializer"
)
}
}
// 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
...
...
staging/src/k8s.io/api/admissionregistration/v1alpha1/types.go
View file @
70f47a79
...
@@ -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 initi
a
lizer 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment