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" export:"true"` Endpoint string `description:"Comma separated server endpoints"` Prefix string `description:"Prefix used for KV store" export:"true"` TLS *types.ClientTLS `description:"Enable TLS support" export:"true"` Username string `description:"KV Username"` Password string `description:"KV Password"` // contains filtered or unexported fields }
Provider holds common configurations of key-value providers.
func (*Provider) CreateStore ¶
CreateStore create the K/V store
func (*Provider) Provide ¶
Provide provides the configuration to traefik via the configuration channel
func (*Provider) SetKVClient ¶
SetKVClient kvClient setter
func (*Provider) SetStoreType ¶
SetStoreType storeType setter
Click to show internal directories.
Click to hide internal directories.