case class IngressBackend(resource: Optional[TypedLocalObjectReference] = Optional.Absent, service: Optional[IngressServiceBackend] = Optional.Absent) extends Product with Serializable
IngressBackend describes all endpoints for a given service and port.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IngressBackend
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new IngressBackend(resource: Optional[TypedLocalObjectReference] = Optional.Absent, service: Optional[IngressServiceBackend] = Optional.Absent)
Value Members
-
def
getResource: IO[K8sFailure, TypedLocalObjectReference]
Gets resource.
Gets resource.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getService: IO[K8sFailure, IngressServiceBackend]
Gets service.
Gets service.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val resource: Optional[TypedLocalObjectReference]
- val service: Optional[IngressServiceBackend]