Documentation
¶
Index ¶
Constants ¶
View Source
const ( // InjectSidecarAnnotation Specifies whether an Envoy sidecar should be automatically injected into the workload // https://istio.io/latest/docs/reference/config/annotations/#SidecarInject InjectSidecarAnnotation = "sidecar.istio.io/inject" // KubeVirtTrafficAnnotation Specifies a comma separated list of virtual interfaces // whose inbound traffic (from VM) will be treated as outbound // https://istio.io/latest/docs/reference/config/annotations/#SidecarTrafficKubevirtInterfaces KubeVirtTrafficAnnotation = "traffic.sidecar.istio.io/kubevirtInterfaces" )
View Source
const ( EnvoyAdminPort = 15000 EnvoyOutboundPort = 15001 EnvoyDebugPort = 15004 EnvoyInboundPort = 15006 EnvoyTunnelPort = 15008 EnvoySecureNetworkPort = 15009 EnvoyMergedPrometheusTelemetryPort = 15020 EnvoyHealthCheckPort = 15021 EnvoyDNSPort = 15053 EnvoyPrometheusTelemetryPort = 15090 SSHPort = 22 )
Variables ¶
This section is empty.
Functions ¶
func GetLoopbackAddress ¶
func GetLoopbackAddress() string
func NonProxiedPorts ¶ added in v0.49.1
func NonProxiedPorts() []int
func ProxyInjectionEnabled ¶
func ProxyInjectionEnabled(vmi *v1.VirtualMachineInstance) bool
func ReservedPorts ¶
func ReservedPorts() []int
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.