Documentation ¶
Index ¶
Constants ¶
View Source
const ( PodNamespaceEnv = "POD_NAMESPACE" AgentClusterEnv = "AGENT_CLUSTER" DefaultPodNamespace = "gloo-mesh" )
View Source
const DefaultClusterDomain = "cluster.local"
View Source
const (
// The name of the externally-reachable port on which the ingress gateway is listening for TLS connections.
DefaultGatewayPortName = "tls"
)
View Source
const (
// Default name for the Settings object, used if not provided at initialization time.
DefaultSettingsName = "settings"
)
View Source
const MetricsPort uint32 = 9091
Variables ¶
View Source
var DefaultGatewayWorkloadLabels = map[string]string{
"istio": "ingressgateway",
}
"istio": "ingressgateway" is a known string pair to Istio- it's semantically meaningful but unfortunately not exported from anywhere their ingress gateway is hardcoded in their own implementation to have this label https://github.com/istio/istio/blob/4e27ddc64f6a12e622c4cd5c836f5d7edf94e971/istioctl/cmd/describe.go#L1138
Functions ¶
func GetAgentCluster ¶ added in v0.12.7
func GetAgentCluster() string
func GetPodNamespace ¶
func GetPodNamespace() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.