Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EnvoyServiceName name for loadbalancer service EnvoyServiceName = "envoy-loadbalancer-%s-%s" // EnvoyServiceNameWithScope name for loadbalancer service EnvoyServiceNameWithScope = "envoy-loadbalancer-%s-%s-%s" // IngressControllerName name for envoy ingress service IngressControllerName = "envoy" )
View Source
const ( ComponentName = "envoy" // The deployment and configmap name should made from the external listener name the cluster name to avoid all naming collision EnvoyVolumeAndConfigName = "envoy-config-%s-%s" EnvoyVolumeAndConfigNameWithScope = "envoy-config-%s-%s-%s" EnvoyDeploymentName = "envoy-%s-%s" EnvoyDeploymentNameWithScope = "envoy-%s-%s-%s" AllBrokerEnvoyConfigName = "all-brokers" HealthCheckPath = "/healthcheck" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.