Enum IngressProtocol
Enumerates the network protocols supported by NEONKUBE for ingress traffic.
note
Kubernetes/Istio does not currently support protocols like UCP or ICMP.
Namespace: Neon.Kube.ClusterDef
Assembly: Neon.Kube.dll
Syntax
public enum IngressProtocol
Fields
| Name | Description |
|---|---|
| Http | HTTP |
| Https | HTTPS |
| Tcp | TCP |
| Udp | UDP |