Versions in this module Expand all Collapse all v1 v1.1.0 Mar 31, 2017 v1.0.0 Mar 8, 2017 Changes in this version + const EndpointsCacheResyncPeriod + const PodCacheResyncPeriod + type Adapter struct + func New(config Config) (*Adapter, error) + func (a *Adapter) ListInstances() ([]*api.ServiceInstance, error) + func (a *Adapter) ListServiceInstances(serviceName string) ([]*api.ServiceInstance, error) + func (a *Adapter) ListServices() ([]string, error) + func (a *Adapter) Start() error + func (a *Adapter) Stop() error + type Config struct + Client kubernetes.Interface + Namespace auth.Namespace