Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultWatchWaitTime is the duration to wait when polling consul DefaultWatchWaitTime = 15 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogProvider ¶
type CatalogProvider struct { provider.BaseProvider `mapstructure:",squash"` Endpoint string `description:"Consul server endpoint"` Domain string `description:"Default domain used"` Prefix string `description:"Prefix used for Consul catalog tags"` // contains filtered or unexported fields }
CatalogProvider holds configurations of the Consul catalog provider.
func (*CatalogProvider) Provide ¶
func (p *CatalogProvider) Provide(configurationChan chan<- types.ConfigMessage, pool *safe.Pool, constraints types.Constraints) error
Provide allows the consul catalog provider to provide configurations to traefik using the given configuration channel.
type Provider ¶
Provider holds configurations of the p.
func (*Provider) CreateStore ¶
CreateStore creates the KV store
func (*Provider) Provide ¶
func (p *Provider) Provide(configurationChan chan<- types.ConfigMessage, pool *safe.Pool, constraints types.Constraints) error
Provide allows the consul provider to provide configurations to traefik using the given configuration channel.
Click to show internal directories.
Click to hide internal directories.