file

package
v2.0.0-alpha4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2019 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct {
	Directory                 string `description:"Load configuration from one or more .toml files in a directory" export:"true"`
	Watch                     bool   `description:"Watch provider" export:"true"`
	Filename                  string `description:"Override default configuration template. For advanced users :)" export:"true"`
	DebugLogGeneratedTemplate bool   `description:"Enable debug logging of generated configuration template." export:"true"`
	TraefikFile               string
}

Provider holds configurations of the provider.

func (*Provider) BuildConfiguration

func (p *Provider) BuildConfiguration() (*config.Configuration, error)

BuildConfiguration loads configuration either from file or a directory specified by 'Filename'/'Directory' and returns a 'Configuration' object

func (*Provider) CreateConfiguration

func (p *Provider) CreateConfiguration(tmplContent string, funcMap template.FuncMap, templateObjects interface{}) (*config.Configuration, error)

CreateConfiguration creates a provider configuration from content using templating.

func (*Provider) DecodeConfiguration

func (p *Provider) DecodeConfiguration(content string) (*config.Configuration, error)

DecodeConfiguration Decodes a *types.Configuration from a content.

func (*Provider) Init

func (p *Provider) Init() error

Init the provider

func (*Provider) Provide

func (p *Provider) Provide(configurationChan chan<- config.Message, pool *safe.Pool) error

Provide allows the file provider to provide configurations to traefik using the given configuration channel.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL