Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { Insecure bool `` /* 170-byte string literal not displayed */ // contains filtered or unexported fields }
Provider is a provider.Provider implementation that provides a Rest API.
func (*Provider) CreateRouter ¶ added in v2.1.0
CreateRouter creates a router for the Rest API
func (*Provider) Provide ¶
Provide allows the provider to provide configurations to traefik using the given configuration channel.
func (*Provider) ServeHTTP ¶ added in v2.1.0
func (p *Provider) ServeHTTP(rw http.ResponseWriter, req *http.Request)
func (*Provider) SetDefaults ¶
func (p *Provider) SetDefaults()
SetDefaults sets the default values.
Click to show internal directories.
Click to hide internal directories.