IngressBackend
final case class IngressBackend(resource: Option[TypedLocalObjectReference], service: Option[IngressServiceBackend])
IngressBackend describes all endpoints for a given service and port.
- Source:
- IngressBackend.scala
Value members
Concrete methods
if resource has a value, transforms to the result of function
if resource has a value, transforms to the result of function
- Source:
- IngressBackend.scala
if service has a value, transforms to the result of function
if service has a value, transforms to the result of function
- Source:
- IngressBackend.scala
Returns a new data with resource set to new value
Returns a new data with resource set to new value
- Source:
- IngressBackend.scala
Returns a new data with service set to new value
Returns a new data with service set to new value
- Source:
- IngressBackend.scala