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
59a6e658
Commit
59a6e658
authored
Jul 26, 2018
by
liangwenguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix grammar error: the predicate verb should be the third person.
parent
d9f02d90
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
cmd.go
cmd/kubeadm/app/cmd/cmd.go
+1
-1
controlplane.go
cmd/kubeadm/app/cmd/phases/controlplane.go
+1
-1
etcd.go
cmd/kubeadm/app/cmd/phases/etcd.go
+1
-1
kubeconfig.go
cmd/kubeadm/app/cmd/phases/kubeconfig.go
+1
-1
No files found.
cmd/kubeadm/app/cmd/cmd.go
View file @
59a6e658
...
...
@@ -28,7 +28,7 @@ import (
// depends on the generated defaults.
)
// NewKubeadmCommand return cobra.Command to run kubeadm command
// NewKubeadmCommand return
s
cobra.Command to run kubeadm command
func
NewKubeadmCommand
(
in
io
.
Reader
,
out
,
err
io
.
Writer
)
*
cobra
.
Command
{
cmds
:=
&
cobra
.
Command
{
Use
:
"kubeadm"
,
...
...
cmd/kubeadm/app/cmd/phases/controlplane.go
View file @
59a6e658
...
...
@@ -63,7 +63,7 @@ var (
`
+
cmdutil
.
AlphaDisclaimer
),
kubeadmconstants
.
GetStaticPodFilepath
(
kubeadmconstants
.
KubeScheduler
,
kubeadmconstants
.
GetStaticPodDirectory
()))
)
// NewCmdControlplane return main command for Controlplane phase
// NewCmdControlplane return
s
main command for Controlplane phase
func
NewCmdControlplane
()
*
cobra
.
Command
{
cmd
:=
&
cobra
.
Command
{
Use
:
"controlplane"
,
...
...
cmd/kubeadm/app/cmd/phases/etcd.go
View file @
59a6e658
...
...
@@ -45,7 +45,7 @@ var (
`
)
)
// NewCmdEtcd return main command for Etcd phase
// NewCmdEtcd return
s
main command for Etcd phase
func
NewCmdEtcd
()
*
cobra
.
Command
{
cmd
:=
&
cobra
.
Command
{
Use
:
"etcd"
,
...
...
cmd/kubeadm/app/cmd/phases/kubeconfig.go
View file @
59a6e658
...
...
@@ -75,7 +75,7 @@ var (
`
)
)
// NewCmdKubeConfig return main command for kubeconfig phase
// NewCmdKubeConfig return
s
main command for kubeconfig phase
func
NewCmdKubeConfig
(
out
io
.
Writer
)
*
cobra
.
Command
{
cmd
:=
&
cobra
.
Command
{
Use
:
"kubeconfig"
,
...
...
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