File tree Expand file tree Collapse file tree 2 files changed +401
-0
lines changed
staging/src/k8s.io/legacy-cloud-providers/azure/clients/storageaccountclient Expand file tree Collapse file tree 2 files changed +401
-0
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,11 @@ go_test(
29
29
srcs = ["azure_storageaccountclient_test.go" ],
30
30
embed = [":go_default_library" ],
31
31
deps = [
32
+ "//staging/src/k8s.io/client-go/util/flowcontrol:go_default_library" ,
32
33
"//staging/src/k8s.io/legacy-cloud-providers/azure/clients:go_default_library" ,
33
34
"//staging/src/k8s.io/legacy-cloud-providers/azure/clients/armclient:go_default_library" ,
34
35
"//staging/src/k8s.io/legacy-cloud-providers/azure/clients/armclient/mockarmclient:go_default_library" ,
36
+ "//staging/src/k8s.io/legacy-cloud-providers/azure/retry:go_default_library" ,
35
37
"//vendor/github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage:go_default_library" ,
36
38
"//vendor/github.com/Azure/go-autorest/autorest:go_default_library" ,
37
39
"//vendor/github.com/Azure/go-autorest/autorest/to:go_default_library" ,
You can’t perform that action at this time.
0 commit comments