mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #57944 from weekface/master
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. tiny fix **What this PR does / why we need it**: Fix a wrong method name in comments. **Release note**: ```release-note NONE ```
This commit is contained in:
commit
9254527513
@ -56,7 +56,7 @@ func NewWardleServerOptions(out, errOut io.Writer) *WardleServerOptions {
|
|||||||
return o
|
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 {
|
func NewCommandStartWardleServer(out, errOut io.Writer, stopCh <-chan struct{}) *cobra.Command {
|
||||||
o := NewWardleServerOptions(out, errOut)
|
o := NewWardleServerOptions(out, errOut)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user