vendor updates

This commit is contained in:
Serguei Bezverkhi
2018-03-06 17:33:18 -05:00
parent 4b3ebc171b
commit e9033989a0
5854 changed files with 248382 additions and 119809 deletions

View File

@ -1 +0,0 @@
reviewers:

View File

@ -35,8 +35,7 @@ go_test(
data = [
":example_policy",
],
importpath = "k8s.io/kubernetes/pkg/auth/authorizer/abac",
library = ":go_default_library",
embed = [":go_default_library"],
deps = [
"//pkg/apis/abac:go_default_library",
"//pkg/apis/abac/v0:go_default_library",

View File

@ -53,7 +53,7 @@ type policyList []*abac.Policy
// TODO: Have policies be created via an API call and stored in REST storage.
func NewFromFile(path string) (policyList, error) {
// File format is one map per line. This allows easy concatentation of files,
// File format is one map per line. This allows easy concatenation of files,
// comments in files, and identification of errors by line number.
file, err := os.Open(path)
if err != nil {

View File

@ -1 +0,0 @@
reviewers:

View File

@ -1 +0,0 @@
reviewers:

View File

@ -19,8 +19,7 @@ go_library(
go_test(
name = "go_default_test",
srcs = ["default_test.go"],
importpath = "k8s.io/kubernetes/pkg/auth/nodeidentifier",
library = ":go_default_library",
embed = [":go_default_library"],
deps = ["//vendor/k8s.io/apiserver/pkg/authentication/user:go_default_library"],
)