-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1708 from feiskyer/update-ca-godeps
Update CA godeps to Kubernetes v1.15.0-alpha.0
- Loading branch information
Showing
1,499 changed files
with
235,088 additions
and
163,484 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
48 changes: 48 additions & 0 deletions
48
cluster-autoscaler/_override/github.com/Azure/go-autorest/autorest/BUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
load("@io_bazel_rules_go//go:def.bzl", "go_library") | ||
|
||
go_library( | ||
name = "go_default_library", | ||
srcs = [ | ||
"authorization.go", | ||
"autorest.go", | ||
"client.go", | ||
"error.go", | ||
"preparer.go", | ||
"responder.go", | ||
"retriablerequest.go", | ||
"retriablerequest_1.7.go", | ||
"retriablerequest_1.8.go", | ||
"sender.go", | ||
"utility.go", | ||
"version.go", | ||
], | ||
importmap = "k8s.io/kubernetes/vendor/github.com/Azure/go-autorest/autorest", | ||
importpath = "github.com/Azure/go-autorest/autorest", | ||
visibility = ["//visibility:public"], | ||
deps = [ | ||
"//vendor/github.com/Azure/go-autorest/autorest/adal:go_default_library", | ||
"//vendor/github.com/Azure/go-autorest/logger:go_default_library", | ||
"//vendor/github.com/Azure/go-autorest/version:go_default_library", | ||
], | ||
) | ||
|
||
filegroup( | ||
name = "package-srcs", | ||
srcs = glob(["**"]), | ||
tags = ["automanaged"], | ||
visibility = ["//visibility:private"], | ||
) | ||
|
||
filegroup( | ||
name = "all-srcs", | ||
srcs = [ | ||
":package-srcs", | ||
"//vendor/github.com/Azure/go-autorest/autorest/adal:all-srcs", | ||
"//vendor/github.com/Azure/go-autorest/autorest/azure:all-srcs", | ||
"//vendor/github.com/Azure/go-autorest/autorest/date:all-srcs", | ||
"//vendor/github.com/Azure/go-autorest/autorest/to:all-srcs", | ||
"//vendor/github.com/Azure/go-autorest/autorest/validation:all-srcs", | ||
], | ||
tags = ["automanaged"], | ||
visibility = ["//visibility:public"], | ||
) |
34 changes: 34 additions & 0 deletions
34
cluster-autoscaler/_override/github.com/Azure/go-autorest/autorest/adal/BUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
load("@io_bazel_rules_go//go:def.bzl", "go_library") | ||
|
||
go_library( | ||
name = "go_default_library", | ||
srcs = [ | ||
"config.go", | ||
"devicetoken.go", | ||
"persist.go", | ||
"sender.go", | ||
"token.go", | ||
], | ||
importmap = "k8s.io/kubernetes/vendor/github.com/Azure/go-autorest/autorest/adal", | ||
importpath = "github.com/Azure/go-autorest/autorest/adal", | ||
visibility = ["//visibility:public"], | ||
deps = [ | ||
"//vendor/github.com/Azure/go-autorest/autorest/date:go_default_library", | ||
"//vendor/github.com/Azure/go-autorest/version:go_default_library", | ||
"//vendor/github.com/dgrijalva/jwt-go:go_default_library", | ||
], | ||
) | ||
|
||
filegroup( | ||
name = "package-srcs", | ||
srcs = glob(["**"]), | ||
tags = ["automanaged"], | ||
visibility = ["//visibility:private"], | ||
) | ||
|
||
filegroup( | ||
name = "all-srcs", | ||
srcs = [":package-srcs"], | ||
tags = ["automanaged"], | ||
visibility = ["//visibility:public"], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
cluster-autoscaler/_override/github.com/Azure/go-autorest/autorest/azure/BUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
load("@io_bazel_rules_go//go:def.bzl", "go_library") | ||
|
||
go_library( | ||
name = "go_default_library", | ||
srcs = [ | ||
"async.go", | ||
"azure.go", | ||
"environments.go", | ||
"metadata_environment.go", | ||
"rp.go", | ||
], | ||
importmap = "k8s.io/kubernetes/vendor/github.com/Azure/go-autorest/autorest/azure", | ||
importpath = "github.com/Azure/go-autorest/autorest/azure", | ||
visibility = ["//visibility:public"], | ||
deps = ["//vendor/github.com/Azure/go-autorest/autorest:go_default_library"], | ||
) | ||
|
||
filegroup( | ||
name = "package-srcs", | ||
srcs = glob(["**"]), | ||
tags = ["automanaged"], | ||
visibility = ["//visibility:private"], | ||
) | ||
|
||
filegroup( | ||
name = "all-srcs", | ||
srcs = [":package-srcs"], | ||
tags = ["automanaged"], | ||
visibility = ["//visibility:public"], | ||
) |
Oops, something went wrong.