LoadBalancerIngress

io.k8s.api.core.v1.LoadBalancerIngress
See theLoadBalancerIngress companion object
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.

Attributes

Companion
object
Source
LoadBalancerIngress.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 ports

Appends new values to ports

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
LoadBalancerIngress.scala

Returns a new data with hostname set to new value

Returns a new data with hostname set to new value

Attributes

Source
LoadBalancerIngress.scala

Returns a new data with ip set to new value

Returns a new data with ip set to new value

Attributes

Source
LoadBalancerIngress.scala

Returns a new data with ports set to new value

Returns a new data with ports set to new value

Attributes

Source
LoadBalancerIngress.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product