Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
e0a6d6bd
Commit
e0a6d6bd
authored
Aug 28, 2018
by
tizhou86
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add function comment to fix golint error in cmd/kube-scheduler/app.
parent
5a16163c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
server.go
cmd/kube-scheduler/app/server.go
+1
-0
.golint_failures
hack/.golint_failures
+0
-1
No files found.
cmd/kube-scheduler/app/server.go
View file @
e0a6d6bd
...
@@ -122,6 +122,7 @@ through the API as necessary.`,
...
@@ -122,6 +122,7 @@ through the API as necessary.`,
return
cmd
return
cmd
}
}
// Run runs the Scheduler.
func
Run
(
c
schedulerserverconfig
.
CompletedConfig
,
stopCh
<-
chan
struct
{})
error
{
func
Run
(
c
schedulerserverconfig
.
CompletedConfig
,
stopCh
<-
chan
struct
{})
error
{
// To help debugging, immediately log version
// To help debugging, immediately log version
glog
.
Infof
(
"Version: %+v"
,
version
.
Get
())
glog
.
Infof
(
"Version: %+v"
,
version
.
Get
())
...
...
hack/.golint_failures
View file @
e0a6d6bd
...
@@ -4,7 +4,6 @@ cmd/hyperkube
...
@@ -4,7 +4,6 @@ cmd/hyperkube
cmd/kube-apiserver/app
cmd/kube-apiserver/app
cmd/kube-controller-manager/app
cmd/kube-controller-manager/app
cmd/kube-proxy/app
cmd/kube-proxy/app
cmd/kube-scheduler/app
cmd/kubeadm/app
cmd/kubeadm/app
cmd/kubeadm/app/apis/kubeadm/v1alpha2
cmd/kubeadm/app/apis/kubeadm/v1alpha2
cmd/kubeadm/app/apis/kubeadm/v1alpha3
cmd/kubeadm/app/apis/kubeadm/v1alpha3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment