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

Members list

Concise view

Value members

Concrete methods

Appends new values to ports

Appends new values to ports

Attributes

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

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product