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"
)