PodIP

final case class PodIP(ip: Option[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.
Source:
PodIP.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withIp(value: String): PodIP

Inherited methods

Inherited from:
Product