Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultLogLevel = "info" DefaultLogFormat = "standard" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Specification ¶
type Specification struct {
// Listen is the AGENT_INJECT_LISTEN environment variable.
Listen string `split_words:"true" `
// LogLevel is the AGENT_INJECT_LOG_LEVEL environment variable.
LogLevel string `split_words:"true"`
// LogFormat is the AGENT_INJECT_LOG_FORMAT environment variable
LogFormat string `split_words:"true"`
// TLSAuto is the AGENT_INJECT_TLS_AUTO environment variable.
TLSAuto string `envconfig:"tls_auto"`
// TLSAutoHosts is the AGENT_INJECT_TLS_AUTO_HOSTS environment variable.
TLSAutoHosts string `envconfig:"tls_auto_hosts"`
// TLSCertFile is the AGENT_INJECT_TLS_CERT_FILE environment variable.
TLSCertFile string `envconfig:"tls_cert_file"`
// TLSKeyFile is the AGENT_INJECT_TLS_KEY_FILE environment variable.
TLSKeyFile string `envconfig:"tls_key_file"`
// AgentImage is the AGENT_IMAGE environment variable.
AgentImage string `envconfig:"agent_image"`
// AgentDriver is the AGENT_DRIVER environment variable.
AgentDriver string `envconfig:"agent_driver"`
// AgentImage is the AGENT_IMAGE environment variable.
AWSRegion string `envconfig:"aws_region"`
}
Click to show internal directories.
Click to hide internal directories.