Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { provider.BaseProvider `mapstructure:",squash"` Endpoint string `description:"Comma separated server endpoints"` Prefix string `description:"Prefix used for KV store"` TLS *provider.ClientTLS `description:"Enable TLS support"` Username string `description:"KV Username"` Password string `description:"KV Password"` StoreType store.Backend Kvclient store.Store }
Provider holds common configurations of key-value providers.
func (*Provider) CreateStore ¶
CreateStore create the K/V store
func (*Provider) Provide ¶
func (p *Provider) Provide(configurationChan chan<- types.ConfigMessage, pool *safe.Pool, constraints types.Constraints) error
Provide provides the configuration to traefik via the configuration channel
Click to show internal directories.
Click to hide internal directories.