Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = &Configuration{}
DefaultConfig ...
Functions ¶
func GetJobAuthSecret ¶
func GetJobAuthSecret() string
GetJobAuthSecret get the auth secret from the env
Types ¶
type Configuration ¶
type Configuration struct { Protocol string `yaml:"protocol"` Port string `yaml:"port"` LogLevel string `yaml:"log_level"` HTTPSConfig struct { Cert string `yaml:"cert"` Key string `yaml:"key"` } `yaml:"https_config,omitempty"` }
Configuration loads the configuration of registry controller.
Click to show internal directories.
Click to hide internal directories.