Versions in this module Expand all Collapse all v0 v0.1.1 Nov 28, 2018 Changes in this version + type Cluster struct + func NewCluster() (*Cluster, error) + func (m *Cluster) Acquire() + func (m *Cluster) Browse(callback func(*Cluster) error) error + func (m *Cluster) Carry(cluster *api.ClusterCore) *Cluster + func (m *Cluster) Delete() error + func (m *Cluster) Get() *api.ClusterCore + func (m *Cluster) Read(name string) (bool, error) + func (m *Cluster) Release() + func (m *Cluster) Reload() error + func (m *Cluster) Write() error