PodIP

case class PodIP(ip: Optional[String])

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.

Value parameters:
ip

ip is an IP address (IPv4 or IPv6) assigned to the pod

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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.

Inherited methods

Inherited from:
Product