LoadBalancerIngress

final case class LoadBalancerIngress(hostname: Option[String], ip: Option[String], ports: Option[Seq[PortStatus]])

LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.

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

Value members

Concrete methods

Appends new values to ports

Appends new values to ports

Source:
LoadBalancerIngress.scala

if hostname has a value, transforms to the result of function

if hostname has a value, transforms to the result of function

Source:
LoadBalancerIngress.scala

if ip has a value, transforms to the result of function

if ip has a value, transforms to the result of function

Source:
LoadBalancerIngress.scala

if ports has a value, transforms to the result of function

if ports has a value, transforms to the result of function

Source:
LoadBalancerIngress.scala

Returns a new data with hostname set to new value

Returns a new data with hostname set to new value

Source:
LoadBalancerIngress.scala

Returns a new data with ip set to new value

Returns a new data with ip set to new value

Source:
LoadBalancerIngress.scala

Returns a new data with ports set to new value

Returns a new data with ports set to new value

Source:
LoadBalancerIngress.scala

Inherited methods

Inherited from:
Product