Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyType ¶
type ProxyType string
const ( // ProxyTypeAny represents the case where no proxy type is provided. ProxyTypeAny ProxyType = "" // ProxyTypeHTTP specifies the Envoy HTTP proxy type ProxyTypeHTTP ProxyType = "http" // ProxyTypeDNS specifies the staticly 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.