Class V1IngressLoadBalancerIngress

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1IngressLoadBalancerIngress

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1IngressLoadBalancerIngress extends Object
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
  • Field Details

  • Constructor Details

    • V1IngressLoadBalancerIngress

      public V1IngressLoadBalancerIngress()
  • Method Details

    • getHostname

      public String getHostname()
      hostname is set for load-balancer ingress points that are DNS based.
      Returns:
      the hostname property value
    • setHostname

      public void setHostname(String hostname)
      Set the hostname property value
    • hostname

      public V1IngressLoadBalancerIngress hostname(String hostname)
      Set hostname in a chainable fashion.
      Returns:
      The same instance of V1IngressLoadBalancerIngress for chaining.
    • getIp

      public String getIp()
      ip is set for load-balancer ingress points that are IP based.
      Returns:
      the ip property value
    • setIp

      public void setIp(String ip)
      Set the ip property value
    • ip

      Set ip in a chainable fashion.
      Returns:
      The same instance of V1IngressLoadBalancerIngress for chaining.
    • getPorts

      public List<@Valid V1IngressPortStatus> getPorts()
      ports provides information about the ports exposed by this LoadBalancer.
      Returns:
      the ports property value
    • setPorts

      public void setPorts(List<@Valid V1IngressPortStatus> ports)
      Set the ports property value
    • ports

      Set ports in a chainable fashion.
      Returns:
      The same instance of V1IngressLoadBalancerIngress for chaining.
    • addportsItem

      public V1IngressLoadBalancerIngress addportsItem(V1IngressPortStatus portsItem)
      Add an item to the ports property in a chainable fashion.
      Returns:
      The same instance of V1IngressLoadBalancerIngress for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object