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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1PodIP extends Object
PodIP represents a single IP address allocated to the pod.
  • Field Details

  • Constructor Details

    • V1PodIP

      public V1PodIP(String ip)
  • Method Details

    • getIp

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

      public void setIp(String ip)
      Set the ip property value
      Parameters:
      ip - property value to set
    • 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