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"` Domain string `description:"Default domain used"` ExposedByDefault bool `description:"Expose containers by default"` RefreshSeconds int `description:"Polling interval (in seconds)"` // Provider lookup parameters Cluster string `description:"ECS Cluster Name"` Region string `description:"The AWS region to use for requests"` AccessKeyID string `description:"The AWS credentials access key to use for making requests"` SecretAccessKey string `description:"The AWS credentials access key to use for making requests"` }
Provider holds configurations of the provider.
func (*Provider) Provide ¶
func (p *Provider) Provide(configurationChan chan<- types.ConfigMessage, pool *safe.Pool, constraints types.Constraints) error
Provide allows the ecs provider to provide configurations to traefik using the given configuration channel.
Click to show internal directories.
Click to hide internal directories.