Skip to content

Commit 3cf4832

Browse files
authored
Merge pull request kubernetes#89320 from andrewsykim/node-controller-fake-client
cloud node controller: refactor tests to not depend on controller/testutils
2 parents c4fd09d + f34b32f commit 3cf4832

File tree

2 files changed

+492
-708
lines changed

2 files changed

+492
-708
lines changed

pkg/controller/cloud/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ go_test(
5555
"//staging/src/k8s.io/cloud-provider:go_default_library",
5656
"//staging/src/k8s.io/cloud-provider/api:go_default_library",
5757
"//staging/src/k8s.io/cloud-provider/fake:go_default_library",
58+
"//vendor/github.com/google/go-cmp/cmp:go_default_library",
5859
"//vendor/github.com/stretchr/testify/assert:go_default_library",
5960
"//vendor/k8s.io/klog:go_default_library",
6061
],

0 commit comments

Comments
 (0)