io.k8s.api.networking.v1.Ingress
See theIngress companion object
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.
Attributes
- Companion
- object
- Source
- Ingress.scala
- Graph
-
- Supertypes
Members list
Keywords
- no keywords
- final
- lazy
- override
Inherited
- Not inherited
- KObject
- Product
In this article