Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
Endpoint string `description:"Load configuration from this endpoint." json:"endpoint" toml:"endpoint" yaml:"endpoint"`
PollInterval ptypes.Duration `` /* 148-byte string literal not displayed */
PollTimeout ptypes.Duration `` /* 144-byte string literal not displayed */
Headers map[string]string `` /* 152-byte string literal not displayed */
TLS *types.ClientTLS `description:"Enable TLS support." json:"tls,omitempty" toml:"tls,omitempty" yaml:"tls,omitempty" export:"true"`
// contains filtered or unexported fields
}
Provider is a provider.Provider implementation that queries an HTTP(s) endpoint for a configuration.
func (*Provider) Provide ¶
Provide allows the provider to provide configurations to ingress 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.