k3s/pkg/cloudprovider/gce
Danny Jones 4ec25f3b81 Adds support for attaching GCEPersitentDisks
Adds GCEPersistentDisk volume struct
Adds gce-utils to attach disk to kubelet's VM.
Updates config to give compute-rw to every minion.
Adds GCEPersistentDisk to API
Adds ability to mount attached disks
Generalizes PD and adds tests.
PD now uses an pluggable API interface.
Unit Tests more cleanly separates TearDown and SetUp
Modify boilerplate hook to omit build tags
Adds Mounter interface; mount is now built by OS
TearDown() for PD now detaches disk on final refcount
Un-generalized PD; GCE calls moved to cloudprovider

Address comments.
2014-10-08 20:03:59 -07:00
..
doc.go Add several missing pkg Godoc files 2014-09-02 13:41:11 +02:00
gce.go Adds support for attaching GCEPersitentDisks 2014-10-08 20:03:59 -07:00
gce_test.go Move GCECloud into its own pkg 2014-08-20 20:16:41 -07:00