Ingress
final case class Ingress(status: Option[IngressStatus], spec: Option[IngressSpec], metadata: Option[ObjectMeta]) extends KObject
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.
- Source:
- Ingress.scala