Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultContourImage = "docker.io/projectcontour/contour:v1.18.2" DefaultEnvoyImage = "docker.io/envoyproxy/envoy:v1.19.1" DefaultMetricsAddr = ":8080" DefaultEnableLeaderElection = false DefaultEnableLeaderElectionID = "0d879e31.projectcontour.io" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // ContourImage is the container image for the Contour container(s) managed // by the operator. ContourImage string // EnvoyImage is the container image for the Envoy container(s) managed // by the operator. EnvoyImage string // MetricsBindAddress is the TCP address that the operator should bind to for // serving prometheus metrics. It can be set to "0" to disable the metrics serving. MetricsBindAddress string // LeaderElection determines whether or not to use leader election when starting // the operator. LeaderElection bool // LeaderElectionID determines the name of the configmap that leader election will // use for holding the leader lock. LeaderElectionID string }
Config is configuration of the operator.
Click to show internal directories.
Click to hide internal directories.