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
d4f17420
Commit
d4f17420
authored
Jan 19, 2017
by
Eric Paris
Committed by
GitHub
Jan 19, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #40150 from deads2k/fix-cycle-2
remove go get failing import comment
parents
e9d4e434
2ac83e31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
verify-staging-imports.sh
hack/verify-staging-imports.sh
+6
-0
doc.go
staging/src/k8s.io/apiserver/pkg/server/doc.go
+1
-1
No files found.
hack/verify-staging-imports.sh
View file @
d4f17420
...
@@ -31,4 +31,9 @@ for dep in $(ls -1 ${KUBE_ROOT}/staging/src/k8s.io/); do
...
@@ -31,4 +31,9 @@ for dep in $(ls -1 ${KUBE_ROOT}/staging/src/k8s.io/); do
fi
fi
done
done
if
grep
-rq
'// import "k8s.io/kubernetes/'
'staging/'
;
then
echo
'file has "// import "k8s.io/kubernetes/"'
exit
1
fi
exit
0
exit
0
\ No newline at end of file
staging/src/k8s.io/apiserver/pkg/server/doc.go
View file @
d4f17420
...
@@ -15,4 +15,4 @@ limitations under the License.
...
@@ -15,4 +15,4 @@ limitations under the License.
*/
*/
// Package server contains the plumbing to create kubernetes-like API server command.
// Package server contains the plumbing to create kubernetes-like API server command.
package
server
// import "k8s.io/kubernetes/pkg/genericapiserver/server"
package
server
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