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
51188e6f
Commit
51188e6f
authored
May 03, 2017
by
Yu-Ju Hong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update bazel files
parent
607bdd57
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
BUILD
pkg/credentialprovider/BUILD
+1
-0
BUILD
pkg/kubelet/dockershim/BUILD
+1
-0
BUILD
pkg/kubelet/dockertools/BUILD
+0
-3
No files found.
pkg/credentialprovider/BUILD
View file @
51188e6f
...
@@ -35,6 +35,7 @@ go_test(
...
@@ -35,6 +35,7 @@ go_test(
],
],
library = ":go_default_library",
library = ":go_default_library",
tags = ["automanaged"],
tags = ["automanaged"],
deps = ["//vendor/github.com/docker/engine-api/types:go_default_library"],
)
)
filegroup(
filegroup(
...
...
pkg/kubelet/dockershim/BUILD
View file @
51188e6f
...
@@ -23,6 +23,7 @@ go_library(
...
@@ -23,6 +23,7 @@ go_library(
"docker_streaming.go",
"docker_streaming.go",
"exec.go",
"exec.go",
"helpers.go",
"helpers.go",
"helpers_linux.go",
"naming.go",
"naming.go",
"security_context.go",
"security_context.go",
],
],
...
...
pkg/kubelet/dockertools/BUILD
View file @
51188e6f
...
@@ -12,8 +12,6 @@ go_library(
...
@@ -12,8 +12,6 @@ go_library(
name = "go_default_library",
name = "go_default_library",
srcs = [
srcs = [
"docker.go",
"docker.go",
"docker_manager.go",
"docker_manager_linux.go",
"fake_docker_client.go",
"fake_docker_client.go",
"instrumented_docker.go",
"instrumented_docker.go",
"kube_docker_client.go",
"kube_docker_client.go",
...
@@ -24,7 +22,6 @@ go_library(
...
@@ -24,7 +22,6 @@ go_library(
"//pkg/credentialprovider:go_default_library",
"//pkg/credentialprovider:go_default_library",
"//pkg/kubelet/container:go_default_library",
"//pkg/kubelet/container:go_default_library",
"//pkg/kubelet/images:go_default_library",
"//pkg/kubelet/images:go_default_library",
"//pkg/kubelet/leaky:go_default_library",
"//pkg/kubelet/metrics:go_default_library",
"//pkg/kubelet/metrics:go_default_library",
"//vendor/github.com/docker/distribution/digest:go_default_library",
"//vendor/github.com/docker/distribution/digest:go_default_library",
"//vendor/github.com/docker/distribution/reference:go_default_library",
"//vendor/github.com/docker/distribution/reference:go_default_library",
...
...
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