Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DockerAPIVersion is a constant holding the version of the Provider API traefik will use DockerAPIVersion = "1.24" // SwarmAPIVersion is a constant holding the version of the Provider API traefik will use. SwarmAPIVersion = "1.24" )
View Source
const DefaultTemplateRule = "Host(`{{ normalize .Name }}`)"
DefaultTemplateRule The default template for the default rule.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { Constraints string `` /* 256-byte string literal not displayed */ Watch bool `description:"Watch provider." json:"watch,omitempty" toml:"watch,omitempty" yaml:"watch,omitempty" export:"true"` Endpoint string `` /* 155-byte string literal not displayed */ DefaultRule string `description:"Default rule." json:"defaultRule,omitempty" toml:"defaultRule,omitempty" yaml:"defaultRule,omitempty"` TLS *types.ClientTLS `description:"Enable Docker TLS support." json:"tls,omitempty" toml:"tls,omitempty" yaml:"tls,omitempty" export:"true"` ExposedByDefault bool `` /* 159-byte string literal not displayed */ UseBindPortIP bool `` /* 196-byte string literal not displayed */ SwarmMode bool `` /* 134-byte string literal not displayed */ Network string `` /* 131-byte string literal not displayed */ SwarmModeRefreshSeconds types.Duration `` /* 183-byte string literal not displayed */ // contains filtered or unexported fields }
Provider holds configurations of the provider.
func (*Provider) Provide ¶
Provide allows the docker provider to provide configurations to traefik using the given configuration channel.
func (*Provider) SetDefaults ¶
func (p *Provider) SetDefaults()
SetDefaults sets the default values.
Click to show internal directories.
Click to hide internal directories.