case class PodIP(ip: Optional[String] = Optional.Absent) extends Product with Serializable
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.
- ip
ip is an IP address (IPv4 or IPv6) assigned to the pod
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PodIP
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
PodIP(ip: Optional[String] = Optional.Absent)
- ip
ip is an IP address (IPv4 or IPv6) assigned to the pod
Value Members
-
def
getIp: IO[K8sFailure, String]
ip is an IP address (IPv4 or IPv6) assigned to the pod
ip is an IP address (IPv4 or IPv6) assigned to the pod
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val ip: Optional[String]