Add the azure cloud provider dependency to azure file plugin

This commit is contained in:
Cosmin Cojocar 2017-07-04 10:29:35 +02:00
parent b79a7a12c8
commit 599ab98f86

View File

@ -40,6 +40,8 @@ go_test(
library = ":go_default_library",
tags = ["automanaged"],
deps = [
"//pkg/client/clientset_generated/clientset/fake:go_default_library",
"//pkg/cloudprovider/providers/azure:go_default_library",
"//pkg/util/mount:go_default_library",
"//pkg/volume:go_default_library",
"//pkg/volume/testing:go_default_library",