Documentation ¶
Index ¶
Constants ¶
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 */ ExposedByDefault bool `` /* 156-byte string literal not displayed */ RefreshSeconds int `` /* 153-byte string literal not displayed */ DefaultRule string `description:"Default rule." json:"defaultRule,omitempty" toml:"defaultRule,omitempty" yaml:"defaultRule,omitempty"` // Provider lookup parameters. Clusters []string `description:"ECS Clusters name" json:"clusters,omitempty" toml:"clusters,omitempty" yaml:"clusters,omitempty" export:"true"` AutoDiscoverClusters bool `` /* 163-byte string literal not displayed */ Region string `` /* 135-byte string literal not displayed */ AccessKeyID string `` /* 158-byte string literal not displayed */ SecretAccessKey string `` /* 170-byte string literal not displayed */ // contains filtered or unexported fields }
Provider holds configurations of the provider.
func (*Provider) SetDefaults ¶
func (p *Provider) SetDefaults()
SetDefaults sets the default values.
Click to show internal directories.
Click to hide internal directories.