Class V1PodIP
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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_IP
- See Also:
-
-
Constructor Details
-
V1PodIP
public V1PodIP()
-
-
Method Details
-
getIp
ip is an IP address (IPv4 or IPv6) assigned to the pod- Returns:
- the ip property value
-
setIp
Set the ip property value -
ip
Set ip in a chainable fashion.- Returns:
- The same instance of V1PodIP for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-