Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DefaultTemplateRule The default template for the default rule.
DefaultTemplateRule = "Host(`{{ normalize .Name }}`)"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Basic ¶
type Basic struct { HTTPBasicAuthUser string `` /* 145-byte string literal not displayed */ HTTPBasicPassword string `` /* 149-byte string literal not displayed */ }
Basic holds basic authentication specific configurations.
type Provider ¶
type Provider struct { Constraints string `` /* 260-byte string literal not displayed */ Trace bool `` /* 130-byte string literal not displayed */ Watch bool `description:"Watch provider." json:"watch,omitempty" toml:"watch,omitempty" yaml:"watch,omitempty" export:"true"` Endpoint string `` /* 184-byte string literal not displayed */ DefaultRule string `description:"Default rule." json:"defaultRule,omitempty" toml:"defaultRule,omitempty" yaml:"defaultRule,omitempty"` ExposedByDefault bool `` /* 162-byte string literal not displayed */ DCOSToken string `` /* 185-byte string literal not displayed */ TLS *types.ClientTLS `description:"Enable TLS support." json:"tls,omitempty" toml:"tls,omitempty" yaml:"tls,omitempty" export:"true"` DialerTimeout types.Duration `` /* 155-byte string literal not displayed */ ResponseHeaderTimeout types.Duration `` /* 188-byte string literal not displayed */ TLSHandshakeTimeout types.Duration `` /* 180-byte string literal not displayed */ KeepAlive types.Duration `` /* 135-byte string literal not displayed */ ForceTaskHostname bool `` /* 166-byte string literal not displayed */ Basic *Basic `description:"Enable basic authentication." json:"basic,omitempty" toml:"basic,omitempty" yaml:"basic,omitempty" export:"true"` RespectReadinessChecks bool `` /* 221-byte string literal not displayed */ // contains filtered or unexported fields }
Provider holds configuration of the provider.
func (*Provider) Provide ¶
Provide allows the marathon 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.