mirror of https://github.com/k3s-io/k3s
Merge pull request #67756 from tizhou86/newPR1
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. Add function comment to fix golint error in cmd/kube-scheduler/app. **What this PR does / why we need it**: Add function comment to fix golint error in cmd/kube-scheduler/app. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: NONE **Special notes for your reviewer**: NONE **Release note**: ```release-note NONE ```pull/8/head
commit
9ea0f6c729
|
@ -122,6 +122,7 @@ through the API as necessary.`,
|
|||
return cmd
|
||||
}
|
||||
|
||||
// Run runs the Scheduler.
|
||||
func Run(c schedulerserverconfig.CompletedConfig, stopCh <-chan struct{}) error {
|
||||
// To help debugging, immediately log version
|
||||
glog.Infof("Version: %+v", version.Get())
|
||||
|
|
|
@ -4,7 +4,6 @@ cmd/hyperkube
|
|||
cmd/kube-apiserver/app
|
||||
cmd/kube-controller-manager/app
|
||||
cmd/kube-proxy/app
|
||||
cmd/kube-scheduler/app
|
||||
cmd/kubeadm/app
|
||||
cmd/kubeadm/app/apis/kubeadm/v1alpha2
|
||||
cmd/kubeadm/app/apis/kubeadm/v1alpha3
|
||||
|
|
Loading…
Reference in New Issue