Versions in this module Expand all Collapse all v0 v0.0.1 Oct 21, 2020 Changes in this version + func NewConfig(decoder decoder, cfg config) error + type Config struct + Endpoints []*Endpoint + type DecoderFn func(v interface{}) error + func (d DecoderFn) Decode(v interface{}) error + type Endpoint struct + Labels Labels + Name string + NseControl *NseControl + NseName string + VL3 VL3 + func (e *Endpoint) ToNSConfiguration() *common.NSConfiguration + type IPAM struct + DefaultPrefixPool string + PrefixLength int + Routes []string + ServerAddress string + type InvalidConfigErrors []error + func (v InvalidConfigErrors) Error() string + type Labels map[string]string + func (l Labels) String() string + type NSConfigurationConverter interface + ToNSConfiguration func() *common.NSConfiguration + type NseControl struct + AccessToken string + Address string + ConnectivityDomain string + Name string + type VL3 struct + DNSZones []string + IPAM IPAM + Ifname string + NameServers []string