LoadBalancerIngress

io.k8s.api.core.v1.LoadBalancerIngress
See theLoadBalancerIngress companion object
final case class LoadBalancerIngress(hostname: Option[String], ip: Option[String], ipMode: 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
def mapHostname(f: String => String): LoadBalancerIngress

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
def mapIp(f: String => String): LoadBalancerIngress

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
def mapIpMode(f: String => String): LoadBalancerIngress

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

if ipMode 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
def withHostname(value: String): LoadBalancerIngress

Returns a new data with hostname set to new value

Returns a new data with hostname set to new value

Attributes

Source
LoadBalancerIngress.scala
def withIp(value: String): LoadBalancerIngress

Returns a new data with ip set to new value

Returns a new data with ip set to new value

Attributes

Source
LoadBalancerIngress.scala
def withIpMode(value: String): LoadBalancerIngress

Returns a new data with ipMode set to new value

Returns a new data with ipMode 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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product