Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeprecationLoader ¶
type DeprecationLoader struct{}
type EnvLoader ¶
type EnvLoader struct{}
EnvLoader loads a configuration from all the environment variables prefixed with "INGRESS_".
type FileLoader ¶
type FileLoader struct {
ConfigFileFlag string
// contains filtered or unexported fields
}
FileLoader loads a configuration from a file.
func (*FileLoader) GetFilename ¶
func (f *FileLoader) GetFilename() string
GetFilename returns the configuration file if any.
Click to show internal directories.
Click to hide internal directories.