Ingress

object Ingress
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Ingress.type

Type members

Classlikes

case class Backend(serviceName: String, servicePort: NameablePort)
case class HttpRule(paths: List[Path])
case class Path(path: String, backend: Backend)
case class Rule(host: Option[String], http: HttpRule)
case class Spec(backend: Option[Backend], rules: List[Rule], tls: List[TLS])
case class Status(loadBalancer: Option[LoadBalancer])
Companion:
object
object Status
Companion:
class
case class TLS(hosts: List[String], secretName: Option[String])

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String): Ingress

Implicits