Documentation ¶
Index ¶
Constants ¶
View Source
const ( //DefaultLogLevel ... DefaultLogLevel = "info" //DefaultLogFormat ... DefaultLogFormat = "standard" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubersAgentSpecification ¶ added in v0.7.0
type KubersAgentSpecification struct { // LogLevel is the KUBERS_AGENT_LOG_LEVEL environment variable. LogLevel string `split_words:"true"` // LogFormat is the KUBERS_AGENT_LOG_FORMAT environment variable LogFormat string `split_words:"true"` // AgentProvider is the KUBERS_AGENT_PROVIDER environment variable. Provider string `envconfig:"provider"` // AgentImage is the KUBERS_AGENT_PROVIDER_AWS_REGION environment variable. AWSRegion string `envconfig:"provider_aws_region"` }
KubersAgentSpecification ...
type KubersDSpecification ¶ added in v0.7.0
type KubersDSpecification struct { // Listen is the KUBERS_LISTEN environment variable. Listen string `split_words:"true" ` // LogLevel is the KUBERS_LOG_LEVEL environment variable. LogLevel string `split_words:"true"` // LogFormat is the KUBERS_LOG_FORMAT environment variable LogFormat string `split_words:"true"` // TLSAuto is the KUBERS_TLS_AUTO environment variable. TLSAuto string `envconfig:"tls_auto"` // TLSAutoHosts is the KUBERS_TLS_AUTO_HOSTS environment variable. TLSAutoHosts string `envconfig:"tls_auto_hosts"` // TLSCertFile is the KUBERS_TLS_CERT_FILE environment variable. TLSCertFile string `envconfig:"tls_cert_file"` // TLSKeyFile is the KUBERS_TLS_KEY_FILE environment variable. TLSKeyFile string `envconfig:"tls_key_file"` // AgentImage is the AGENT_IMAGE environment variable. AgentImage string `envconfig:"agent_image"` // LogLevel is the KUBERS_AGENT_LOG_LEVEL environment variable. AgentLogLevel string `split_words:"true"` // LogFormat is the KUBERS_AGENT_LOG_FORMAT environment variable AgentLogFormat string `split_words:"true"` // AgentProvider is the KUBERS_AGENT_PROVIDER environment variable. AgentProvider string `envconfig:"agent_provider"` // AgentImage is the KUBERS_AGENT_PROVIDER_AWS_REGION environment variable. AWSRegion string `envconfig:"provider_aws_region"` }
KubersDSpecification ...
Click to show internal directories.
Click to hide internal directories.