IngressLoadBalancerIngress

io.k8s.api.networking.v1.IngressLoadBalancerIngress
See theIngressLoadBalancerIngress companion object
final case class IngressLoadBalancerIngress(hostname: Option[String], ip: Option[String], ports: Option[Seq[IngressPortStatus]])

IngressLoadBalancerIngress represents the status of a load-balancer ingress point.

Attributes

Companion
object
Source
IngressLoadBalancerIngress.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
IngressLoadBalancerIngress.scala
def mapHostname(f: String => String): IngressLoadBalancerIngress

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

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

Attributes

Source
IngressLoadBalancerIngress.scala
def mapIp(f: String => String): IngressLoadBalancerIngress

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

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

Attributes

Source
IngressLoadBalancerIngress.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
IngressLoadBalancerIngress.scala

Returns a new data with hostname set to new value

Returns a new data with hostname set to new value

Attributes

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

Returns a new data with ip set to new value

Returns a new data with ip set to new value

Attributes

Source
IngressLoadBalancerIngress.scala

Returns a new data with ports set to new value

Returns a new data with ports set to new value

Attributes

Source
IngressLoadBalancerIngress.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product