istio

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2025 License: Apache-2.0 Imports: 2 Imported by: 1

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳