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 Provider ¶
type Provider struct { provider.Constrainer `mapstructure:",squash" export:"true"` Watch bool `description:"Watch provider" export:"true"` DefaultRule string `description:"Default rule"` ExposedByDefault bool `description:"Expose containers by default" export:"true"` EnableServiceHealthFilter bool RefreshSeconds int IntervalPoll bool `description:"Poll the Rancher metadata service every 'rancher.refreshseconds' (less accurate)"` Prefix string `description:"Prefix used for accessing the Rancher metadata service"` // contains filtered or unexported fields }
Provider holds configurations of the provider.
Click to show internal directories.
Click to hide internal directories.