Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { kv.Provider `mapstructure:",squash" export:"true"` UseAPIV3 bool `description:"Use ETCD API V3" export:"true"` }
Provider holds configurations of the provider.
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 etcd provider to Provide configurations to traefik using the given configuration channel.
Click to show internal directories.
Click to hide internal directories.