This repository was archived by the owner on Mar 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
cloudprovider/providers/openstack
staging/src/k8s.io/client-go/plugin/pkg/client/auth/openstack Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ go_library(
1818 "openstack_routes.go" ,
1919 "openstack_volumes.go" ,
2020 ],
21+ importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/openstack" ,
2122 deps = [
2223 "//pkg/api/v1/helper:go_default_library" ,
2324 "//pkg/api/v1/service:go_default_library" ,
@@ -70,6 +71,7 @@ go_test(
7071 "openstack_routes_test.go" ,
7172 "openstack_test.go" ,
7273 ],
74+ importpath = "k8s.io/kubernetes/pkg/cloudprovider/providers/openstack" ,
7375 library = ":go_default_library" ,
7476 deps = [
7577 "//pkg/cloudprovider:go_default_library" ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ go_library(
1414 "cinder_util.go" ,
1515 "doc.go" ,
1616 ],
17+ importpath = "k8s.io/kubernetes/pkg/volume/cinder" ,
1718 deps = [
1819 "//pkg/cloudprovider:go_default_library" ,
1920 "//pkg/cloudprovider/providers/openstack:go_default_library" ,
@@ -42,6 +43,7 @@ go_test(
4243 "attacher_test.go" ,
4344 "cinder_test.go" ,
4445 ],
46+ importpath = "k8s.io/kubernetes/pkg/volume/cinder" ,
4547 library = ":go_default_library" ,
4648 deps = [
4749 "//pkg/cloudprovider:go_default_library" ,
Original file line number Diff line number Diff line change 99go_test (
1010 name = "go_default_test" ,
1111 srcs = ["openstack_test.go" ],
12+ importpath = "k8s.io/client-go/plugin/pkg/client/auth/openstack" ,
1213 library = ":go_default_library" ,
1314)
1415
1516go_library (
1617 name = "go_default_library" ,
1718 srcs = ["openstack.go" ],
19+ importpath = "k8s.io/client-go/plugin/pkg/client/auth/openstack" ,
1820 deps = [
1921 "//vendor/github.com/golang/glog:go_default_library" ,
2022 "//vendor/github.com/gophercloud/gophercloud/openstack:go_default_library" ,
You can’t perform that action at this time.
0 commit comments