LoadBalancerStatus

io.k8s.api.core.v1.LoadBalancerStatus
See theLoadBalancerStatus companion object
final case class LoadBalancerStatus(ingress: Option[Seq[LoadBalancerIngress]])

LoadBalancerStatus represents the status of a load-balancer.

Attributes

Companion
object
Source
LoadBalancerStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to ingress

Appends new values to ingress

Attributes

Source
LoadBalancerStatus.scala

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

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

Attributes

Source
LoadBalancerStatus.scala

Returns a new data with ingress set to new value

Returns a new data with ingress set to new value

Attributes

Source
LoadBalancerStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product