mirror of https://github.com/k3s-io/k3s
Merge pull request #71967 from PaulineLc/remove-space-hyperkube
Removed redundant spaces in a commentpull/564/head
commit
15300ed765
|
@ -85,7 +85,7 @@ func commandFor(basename string, defaultCommand *cobra.Command, commands []func(
|
|||
|
||||
// NewHyperKubeCommand is the entry point for hyperkube
|
||||
func NewHyperKubeCommand(stopCh <-chan struct{}) (*cobra.Command, []func() *cobra.Command) {
|
||||
// these have to be functions since the command is polymorphic. Cobra wants you to be top level
|
||||
// these have to be functions since the command is polymorphic. Cobra wants you to be top level
|
||||
// command to get executed
|
||||
apiserver := func() *cobra.Command {
|
||||
ret := kubeapiserver.NewAPIServerCommand(stopCh)
|
||||
|
|
Loading…
Reference in New Issue