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
7e1badd7
Commit
7e1badd7
authored
May 25, 2019
by
yameiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo worklow->workflow
parent
914f80d6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
init.go
cmd/kubeadm/app/cmd/init.go
+1
-1
join.go
cmd/kubeadm/app/cmd/join.go
+1
-1
reset.go
cmd/kubeadm/app/cmd/reset.go
+1
-1
No files found.
cmd/kubeadm/app/cmd/init.go
View file @
7e1badd7
...
@@ -103,7 +103,7 @@ type initOptions struct {
...
@@ -103,7 +103,7 @@ type initOptions struct {
// compile-time assert that the local data object satisfies the phases data interface.
// compile-time assert that the local data object satisfies the phases data interface.
var
_
phases
.
InitData
=
&
initData
{}
var
_
phases
.
InitData
=
&
initData
{}
// initData defines all the runtime information used when running the kubeadm init worklow;
// initData defines all the runtime information used when running the kubeadm init work
f
low;
// this data is shared across all the phases that are included in the workflow.
// this data is shared across all the phases that are included in the workflow.
type
initData
struct
{
type
initData
struct
{
cfg
*
kubeadmapi
.
InitConfiguration
cfg
*
kubeadmapi
.
InitConfiguration
...
...
cmd/kubeadm/app/cmd/join.go
View file @
7e1badd7
...
@@ -133,7 +133,7 @@ type joinOptions struct {
...
@@ -133,7 +133,7 @@ type joinOptions struct {
// compile-time assert that the local data object satisfies the phases data interface.
// compile-time assert that the local data object satisfies the phases data interface.
var
_
phases
.
JoinData
=
&
joinData
{}
var
_
phases
.
JoinData
=
&
joinData
{}
// joinData defines all the runtime information used when running the kubeadm join worklow;
// joinData defines all the runtime information used when running the kubeadm join work
f
low;
// this data is shared across all the phases that are included in the workflow.
// this data is shared across all the phases that are included in the workflow.
type
joinData
struct
{
type
joinData
struct
{
cfg
*
kubeadmapi
.
JoinConfiguration
cfg
*
kubeadmapi
.
JoinConfiguration
...
...
cmd/kubeadm/app/cmd/reset.go
View file @
7e1badd7
...
@@ -59,7 +59,7 @@ type resetOptions struct {
...
@@ -59,7 +59,7 @@ type resetOptions struct {
kubeconfigPath
string
kubeconfigPath
string
}
}
// resetData defines all the runtime information used when running the kubeadm reset worklow;
// resetData defines all the runtime information used when running the kubeadm reset work
f
low;
// this data is shared across all the phases that are included in the workflow.
// this data is shared across all the phases that are included in the workflow.
type
resetData
struct
{
type
resetData
struct
{
certificatesDir
string
certificatesDir
string
...
...
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