• Danny Jones's avatar
    Adds support for attaching GCEPersitentDisks · 4ec25f3b
    Danny Jones authored
    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.
    4ec25f3b
Name
Last commit
Last update
..
doc.go Loading commit data...
register.go Loading commit data...
types.go Loading commit data...