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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1PodIP extends Object
IP address information for entries in the (plural) PodIPs field. Each entry includes: IP: An IP address allocated to the pod. Routable at least within the cluster.
  • Field Details

  • Constructor Details

    • V1PodIP

      public V1PodIP()
  • Method Details

    • getIp

      public String getIp()
      ip is an IP address (IPv4 or IPv6) assigned to the pod
      Returns:
      the ip property value
    • setIp

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

      public V1PodIP ip(String ip)
      Set ip in a chainable fashion.
      Returns:
      The same instance of V1PodIP 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