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
946af578
Commit
946af578
authored
Jan 31, 2017
by
Dr. Stefan Schimanski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update generated files
parent
812e5201
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
0 deletions
+64
-0
.linted_packages
hack/.linted_packages
+2
-0
BUILD
vendor/BUILD
+62
-0
No files found.
hack/.linted_packages
View file @
946af578
...
...
@@ -292,6 +292,8 @@ staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/password/allow
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/request/basicauth
staging/src/k8s.io/client-go/discovery
staging/src/k8s.io/client-go/examples/in-cluster
staging/src/k8s.io/client-go/examples/out-of-cluster
staging/src/k8s.io/client-go/plugin/pkg/client/auth
staging/src/k8s.io/client-go/plugin/pkg/client/auth/gcp
staging/src/k8s.io/client-go/rest/watch
...
...
vendor/BUILD
View file @
946af578
...
...
@@ -14130,3 +14130,65 @@ go_test(
"//vendor:k8s.io/apimachinery/pkg/util/validation/field",
],
)
go_binary(
name = "k8s.io/client-go/examples/in-cluster_bin",
library = ":k8s.io/client-go/examples/in-cluster",
tags = ["automanaged"],
)
go_library(
name = "k8s.io/client-go/examples/in-cluster",
srcs = ["k8s.io/client-go/examples/in-cluster/main.go"],
tags = ["automanaged"],
deps = [
"//vendor:k8s.io/apimachinery/pkg/apis/meta/v1",
"//vendor:k8s.io/client-go/kubernetes",
"//vendor:k8s.io/client-go/rest",
],
)
go_binary(
name = "k8s.io/client-go/examples/out-of-cluster_bin",
library = ":k8s.io/client-go/examples/out-of-cluster",
tags = ["automanaged"],
)
go_library(
name = "k8s.io/client-go/examples/out-of-cluster",
srcs = ["k8s.io/client-go/examples/out-of-cluster/main.go"],
tags = ["automanaged"],
deps = [
"//vendor:k8s.io/apimachinery/pkg/apis/meta/v1",
"//vendor:k8s.io/client-go/kubernetes",
"//vendor:k8s.io/client-go/tools/clientcmd",
],
)
go_binary(
name = "k8s.io/client-go/examples/third-party-resources_bin",
library = ":k8s.io/client-go/examples/third-party-resources",
tags = ["automanaged"],
)
go_library(
name = "k8s.io/client-go/examples/third-party-resources",
srcs = [
"k8s.io/client-go/examples/third-party-resources/main.go",
"k8s.io/client-go/examples/third-party-resources/types.go",
],
tags = ["automanaged"],
deps = [
"//vendor:k8s.io/apimachinery/pkg/api/errors",
"//vendor:k8s.io/apimachinery/pkg/apis/meta/v1",
"//vendor:k8s.io/apimachinery/pkg/runtime",
"//vendor:k8s.io/apimachinery/pkg/runtime/schema",
"//vendor:k8s.io/apimachinery/pkg/runtime/serializer",
"//vendor:k8s.io/client-go/kubernetes",
"//vendor:k8s.io/client-go/pkg/api",
"//vendor:k8s.io/client-go/pkg/apis/extensions/v1beta1",
"//vendor:k8s.io/client-go/plugin/pkg/client/auth/gcp",
"//vendor:k8s.io/client-go/rest",
"//vendor:k8s.io/client-go/tools/clientcmd",
],
)
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