IngressSpec

final case class IngressSpec(defaultBackend: Option[IngressBackend], ingressClassName: Option[String], rules: Option[Seq[IngressRule]], tls: Option[Seq[IngressTLS]])

IngressSpec describes the Ingress the user wishes to exist.

Source:
IngressSpec.scala
trait Product
trait Equals
class Object
trait Matchable
class Any