Versions in this module Expand all Collapse all v1 v1.2.1 Jul 12, 2018 v1.2.0 Jun 25, 2018 Changes in this version + const RegisterReconcilePeriod + const RegisterTTLPeriod + func New(ui cli.Ui, shutdownCh <-chan struct{}) *cmd + type FlagUpstreams map[string]proxy.UpstreamConfig + func (f *FlagUpstreams) Set(value string) error + func (f *FlagUpstreams) String() string + type RegisterMonitor struct + Client *api.Client + IDSuffix string + LocalAddress string + LocalPort int + Logger *log.Logger + ReconcilePeriod time.Duration + Service string + TTLPeriod time.Duration + func NewRegisterMonitor() *RegisterMonitor + func (r *RegisterMonitor) Close() error + func (r *RegisterMonitor) Run()