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
b9cf8ebe
Commit
b9cf8ebe
authored
Jan 31, 2017
by
Random-Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update bazel.
parent
626680d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
BUILD
pkg/kubelet/dockershim/BUILD
+4
-0
No files found.
pkg/kubelet/dockershim/BUILD
View file @
b9cf8ebe
...
@@ -17,6 +17,7 @@ go_library(
...
@@ -17,6 +17,7 @@ go_library(
"docker_checkpoint.go",
"docker_checkpoint.go",
"docker_container.go",
"docker_container.go",
"docker_image.go",
"docker_image.go",
"docker_legacy.go",
"docker_sandbox.go",
"docker_sandbox.go",
"docker_service.go",
"docker_service.go",
"docker_streaming.go",
"docker_streaming.go",
...
@@ -53,6 +54,8 @@ go_library(
...
@@ -53,6 +54,8 @@ go_library(
"//vendor:github.com/docker/go-connections/nat",
"//vendor:github.com/docker/go-connections/nat",
"//vendor:github.com/golang/glog",
"//vendor:github.com/golang/glog",
"//vendor:k8s.io/apimachinery/pkg/util/errors",
"//vendor:k8s.io/apimachinery/pkg/util/errors",
"//vendor:k8s.io/apimachinery/pkg/util/sets",
"//vendor:k8s.io/apimachinery/pkg/util/wait",
],
],
)
)
...
@@ -64,6 +67,7 @@ go_test(
...
@@ -64,6 +67,7 @@ go_test(
"docker_checkpoint_test.go",
"docker_checkpoint_test.go",
"docker_container_test.go",
"docker_container_test.go",
"docker_image_test.go",
"docker_image_test.go",
"docker_legacy_test.go",
"docker_sandbox_test.go",
"docker_sandbox_test.go",
"docker_service_test.go",
"docker_service_test.go",
"helpers_test.go",
"helpers_test.go",
...
...
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