Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Image string `default:"webhookrelay/webhookrelayd-ubi8:latest"`
// Relay allows setting up relay token key & secret on the operator itself
// rather than using per CR key & secret
Relay struct {
Key string `envconfig:"RELAY_KEY"`
Secret string `envconfig:"RELAY_SECRET"`
}
// HTTPS proxy variable.
// Note: not using standard HTTPS_PROXY variable so that operator-sdk clients
// wouldn't try go through the proxy
HTTPSPRoxy string `envconfig:"CLIENT_HTTPS_PROXY"`
}
Config stores the configuration settings.
Click to show internal directories.
Click to hide internal directories.