k3s/pkg/volume/gce_pd
Justin Santa Barbara 43cbfb74fe Ubernetes Lite GCE: Support multiple zones in GCE cloud provider
We adapt the existing code to work across all zones in a region.

We require a feature-flag to enable Ubernetes-Lite

Reasons:

* There are some behavioural changes if users create volumes with
the same name in two zones.
* We don't want to make one API call per zone if we're not running
Ubernetes-Lite.
* Ubernetes-Lite is still experimental.

There isn't a parallel flag implemented for AWS, because at the moment
there would be no behaviour changes from this.
2016-01-20 23:04:53 -05:00
..
doc.go Add doc.go files for all volume plugins 2015-05-23 16:59:12 -04:00
gce_pd.go Add strings pkg to hold strings utils 2016-01-15 12:37:50 +08:00
gce_pd_test.go Implement Creater and Deleter interfaces for GCE PD. 2015-12-16 16:14:01 -05:00
gce_util.go Ubernetes Lite GCE: Support multiple zones in GCE cloud provider 2016-01-20 23:04:53 -05:00