run hack/update-all

This commit is contained in:
Chao Xu
2017-06-22 11:24:23 -07:00
parent 593e7c0256
commit 60604f8818
1507 changed files with 32862 additions and 20297 deletions

View File

@@ -18,7 +18,7 @@ go_library(
tags = ["automanaged"],
deps = [
"//pkg/api:go_default_library",
"//pkg/api/v1:go_default_library",
"//vendor/k8s.io/api/core/v1:go_default_library",
],
)
@@ -27,7 +27,7 @@ go_test(
srcs = ["util_test.go"],
library = ":go_default_library",
tags = ["automanaged"],
deps = ["//pkg/api/v1:go_default_library"],
deps = ["//vendor/k8s.io/api/core/v1:go_default_library"],
)
filegroup(

View File

@@ -17,8 +17,8 @@ limitations under the License.
package securitycontext
import (
"k8s.io/kubernetes/pkg/api"
"k8s.io/api/core/v1"
"k8s.io/kubernetes/pkg/api"
)
// ValidSecurityContextWithContainerDefaults creates a valid security context provider based on

View File

@@ -20,8 +20,8 @@ import (
"fmt"
"strings"
"k8s.io/kubernetes/pkg/api"
"k8s.io/api/core/v1"
"k8s.io/kubernetes/pkg/api"
)
// HasPrivilegedRequest returns the value of SecurityContext.Privileged, taking into account