HostIP

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

HostIP represents a single IP address allocated to the host.

Attributes

Companion
object
Source
HostIP.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): HostIP

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

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

Attributes

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

Returns a new data with ip set to new value

Returns a new data with ip set to new value

Attributes

Source
HostIP.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product