mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-25 19:43:22 +00:00
tiny fix
This commit is contained in:
parent
cfc1d47397
commit
ef85265025
@ -56,7 +56,7 @@ func NewWardleServerOptions(out, errOut io.Writer) *WardleServerOptions {
|
||||
return o
|
||||
}
|
||||
|
||||
// NewCommandStartMaster provides a CLI handler for 'start master' command
|
||||
// NewCommandStartWardleServer provides a CLI handler for 'start master' command
|
||||
func NewCommandStartWardleServer(out, errOut io.Writer, stopCh <-chan struct{}) *cobra.Command {
|
||||
o := NewWardleServerOptions(out, errOut)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user