k3s/pkg/volume/cinder
Mike Fedosin bac2291141 Allow to define kubeconfig file for OpenStack cloud provider
Now, to build a kubernetes client, provider uses only in-cluster config,
but if kubelet is not running as a pod, then it doesn't work.

This commit adds an ability to specify a path to the kubeconfig file if
necessary. If no value was provided, then the provider falls back to
in-cluster config.
2019-05-05 00:31:14 +02:00
..
BUILD Allow cinder volume limits to be configurable 2019-02-25 16:09:24 -05:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
attacher.go Volume AttachablePlugin.CanAttach() now returns both bool and error 2019-04-08 16:53:22 -04:00
attacher_test.go Move from glog to klog 2018-11-10 07:50:31 -05:00
cinder.go Always use filepath.Join instead of path.Join 2019-04-29 09:56:05 -06:00
cinder_block.go change import alias of utils/strings 2019-01-30 10:44:09 +08:00
cinder_block_test.go Always use filepath.Join instead of path.Join 2019-04-29 09:56:05 -06:00
cinder_test.go Allow to define kubeconfig file for OpenStack cloud provider 2019-05-05 00:31:14 +02:00
cinder_util.go clean up volume rounding functions and move to k8s.io/cloud-provider/volume 2019-02-09 01:16:55 -05:00
doc.go