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.
Companion:
object
Source:
PodIP.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def mapIp(f: String => String): PodIP

if ip has a value, transforms to the result of function

if ip has a value, transforms to the result of function

Source:
PodIP.scala
def withIp(value: String): PodIP

Returns a new data with ip set to new value

Returns a new data with ip set to new value

Source:
PodIP.scala

Inherited methods

Inherited from:
Product