Unverified Commit 92545275 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents cfc1d473 ef852650
...@@ -56,7 +56,7 @@ func NewWardleServerOptions(out, errOut io.Writer) *WardleServerOptions { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment