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
f6b0c935
Commit
f6b0c935
authored
Aug 28, 2018
by
Dr. Stefan Schimanski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
controller-managers: generalize authn/z test to cloud-controller-manager
parent
c9913269
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
6 deletions
+12
-6
BUILD
cmd/cloud-controller-manager/app/BUILD
+1
-0
BUILD
cmd/cloud-controller-manager/app/testing/BUILD
+4
-4
BUILD
test/integration/BUILD
+1
-1
BUILD
test/integration/controllermanager/BUILD
+5
-0
main_test.go
test/integration/controllermanager/main_test.go
+1
-1
serving_test.go
test/integration/controllermanager/serving_test.go
+0
-0
No files found.
cmd/cloud-controller-manager/app/BUILD
View file @
f6b0c935
...
...
@@ -40,6 +40,7 @@ filegroup(
":package-srcs",
"//cmd/cloud-controller-manager/app/config:all-srcs",
"//cmd/cloud-controller-manager/app/options:all-srcs",
"//cmd/cloud-controller-manager/app/testing:all-srcs",
],
tags = ["automanaged"],
visibility = ["//visibility:public"],
...
...
cmd/cloud-controller-manager/app/testing/BUILD
View file @
f6b0c935
...
...
@@ -17,12 +17,12 @@ filegroup(
go_library(
name = "go_default_library",
srcs = ["testserver.go"],
importpath = "k8s.io/kubernetes/cmd/
kube
-controller-manager/app/testing",
importpath = "k8s.io/kubernetes/cmd/
cloud
-controller-manager/app/testing",
visibility = ["//visibility:public"],
deps = [
"//cmd/
kube
-controller-manager/app:go_default_library",
"//cmd/
kube
-controller-manager/app/config:go_default_library",
"//cmd/
kube
-controller-manager/app/options:go_default_library",
"//cmd/
cloud
-controller-manager/app:go_default_library",
"//cmd/
cloud
-controller-manager/app/config:go_default_library",
"//cmd/
cloud
-controller-manager/app/options:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library",
"//staging/src/k8s.io/client-go/kubernetes:go_default_library",
"//staging/src/k8s.io/client-go/rest:go_default_library",
...
...
test/integration/BUILD
View file @
f6b0c935
...
...
@@ -41,6 +41,7 @@ filegroup(
"//test/integration/benchmark/jsonify:all-srcs",
"//test/integration/client:all-srcs",
"//test/integration/configmap:all-srcs",
"//test/integration/controllermanager:all-srcs",
"//test/integration/daemonset:all-srcs",
"//test/integration/defaulttolerationseconds:all-srcs",
"//test/integration/deployment:all-srcs",
...
...
@@ -51,7 +52,6 @@ filegroup(
"//test/integration/framework:all-srcs",
"//test/integration/garbagecollector:all-srcs",
"//test/integration/ipamperf:all-srcs",
"//test/integration/kube_controller_manager:all-srcs",
"//test/integration/master:all-srcs",
"//test/integration/metrics:all-srcs",
"//test/integration/objectmeta:all-srcs",
...
...
test/integration/
kube_controller_
manager/BUILD
→
test/integration/
controller
manager/BUILD
View file @
f6b0c935
...
...
@@ -17,10 +17,15 @@ go_test(
"integration",
],
deps = [
"//cmd/cloud-controller-manager/app/testing:go_default_library",
"//cmd/kube-apiserver/app/testing:go_default_library",
"//cmd/kube-controller-manager/app/testing:go_default_library",
"//pkg/cloudprovider:go_default_library",
"//pkg/cloudprovider/providers/fake:go_default_library",
"//staging/src/k8s.io/api/rbac/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/server:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/server/options:go_default_library",
"//staging/src/k8s.io/client-go/kubernetes:go_default_library",
"//test/integration/framework:go_default_library",
],
...
...
test/integration/
kube_controller_
manager/main_test.go
→
test/integration/
controller
manager/main_test.go
View file @
f6b0c935
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
kube
controllermanager
package
controllermanager
import
(
"testing"
...
...
test/integration/
kube_controller_
manager/serving_test.go
→
test/integration/
controller
manager/serving_test.go
View file @
f6b0c935
This diff is collapsed.
Click to expand it.
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