Ingress

skuber.networking.v1.Ingress
See theIngress companion class
object Ingress

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Ingress.type

Members list

Type members

Classlikes

case class Backend(service: Option[ServiceType], resource: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class HttpRule(paths: List[Path])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Path(path: String, backend: Backend, pathType: PathType)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PathType extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
PathType.type
case class Port(name: Option[String], number: Option[Int])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Rule(host: Option[String], http: HttpRule)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ServiceType(name: String, port: Port)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Spec(backend: Option[Backend], rules: List[Rule], tls: List[TLS], ingressClassName: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Status(loadBalancer: Option[LoadBalancer])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Status

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Status.type
case class TLS(hosts: List[String], secretName: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String): Ingress

Implicits

Implicits

implicit val ingressBackendFmt: Format[Backend]
implicit lazy val ingressFormat: Format[Ingress]
implicit val ingressHttpRuledFmt: Format[HttpRule]
implicit val ingressListFmt: Format[IngressList]
implicit val ingressPathFmt: Format[Path]
implicit val ingressPortFmt: Format[Port]
implicit val ingressRuleFmt: Format[Rule]
implicit val ingressServiceFmt: Format[ServiceType]
implicit val ingressSpecFormat: Format[Spec]
implicit val ingressStatusFormat: Format[Status]
implicit val ingressTLSFmt: Format[TLS]
implicit val ingrlbFormat: Format[LoadBalancer]
implicit val ingrlbingFormat: Format[Ingress]