Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy interface {
ReinstallRoutingRules(ctx context.Context, mtu int, ipsecEnabled, wireguardEnabled bool) error
}
Proxy is any type which installs rules related to redirecting traffic to a proxy.
type ProxyType ¶
type ProxyType string
const ( // ProxyTypeHTTP specifies the Envoy HTTP proxy type ProxyTypeHTTP ProxyType = "http" // ProxyTypeTLS specifies the Envoy TLS proxy type ProxyTypeTLS ProxyType = "tls" // ProxyTypeDNS specifies the statically configured DNS proxy type ProxyTypeDNS ProxyType = "dns" // ProxyTypeCRD specifies a proxy configured via CiliumEnvoyConfig CRD ProxyTypeCRD ProxyType = "crd" DNSProxyName = "cilium-dns-egress" )
Click to show internal directories.
Click to hide internal directories.