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 + type Adapter struct + func New(conf 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) + type Config struct + Dir string + Namespace auth.Namespace + PollingInterval time.Duration