Versions in this module Expand all Collapse all v0 v0.5.3 May 28, 2015 v0.5.2 May 19, 2015 Changes in this version + func Master(osClient osclient.Client, kClient kclient.Client, clusterNetwork string, ...) + func NetworkPluginName() string + func Node(osClient osclient.Client, kClient kclient.Client, hostname string, ...) + type OsdnRegistryInterface struct + func (oi *OsdnRegistryInterface) CheckEtcdIsAlive(seconds uint64) bool + func (oi *OsdnRegistryInterface) CreateMinion(minion string, data string) error + func (oi *OsdnRegistryInterface) CreateSubnet(minion string, sub *osdnapi.Subnet) error + func (oi *OsdnRegistryInterface) DeleteSubnet(minion string) error + func (oi *OsdnRegistryInterface) GetContainerNetwork() (string, error) + func (oi *OsdnRegistryInterface) GetMinions() (*[]string, error) + func (oi *OsdnRegistryInterface) GetSubnet(minion string) (*osdnapi.Subnet, error) + func (oi *OsdnRegistryInterface) GetSubnetLength() (uint64, error) + func (oi *OsdnRegistryInterface) GetSubnets() (*[]osdnapi.Subnet, error) + func (oi *OsdnRegistryInterface) InitMinions() error + func (oi *OsdnRegistryInterface) InitSubnets() error + func (oi *OsdnRegistryInterface) WatchMinions(receiver chan *osdnapi.MinionEvent, stop chan bool) error + func (oi *OsdnRegistryInterface) WatchSubnets(receiver chan *osdnapi.SubnetEvent, stop chan bool) error + func (oi *OsdnRegistryInterface) WriteNetworkConfig(network string, subnetLength uint) error