Add function comment to fix golint error in cmd/kube-scheduler/app.

pull/8/head
tizhou86 2018-08-28 11:15:50 +08:00
parent 5a16163c87
commit e0a6d6bd32
2 changed files with 1 additions and 1 deletions

View File

@ -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())

View File

@ -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