PodIP

io.k8s.api.core.v1.PodIP
See thePodIP companion object
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.

Attributes

Companion:
object
Source:
PodIP.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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

Attributes

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

Attributes

Source:
PodIP.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product