PodIP

io.k8s.api.core.v1.PodIP
See thePodIP companion object
final case class PodIP(ip: Option[String])

PodIP represents a single IP address allocated to the pod.

Attributes

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

Members list

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product