EndpointAddress

io.k8s.api.core.v1.EndpointAddress
See theEndpointAddress companion object
final case class EndpointAddress(ip: String, hostname: Option[String], nodeName: Option[String], targetRef: Option[ObjectReference])

EndpointAddress is a tuple that describes single IP address.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

Source
EndpointAddress.scala

transforms ip to result of function

transforms ip to result of function

Attributes

Source
EndpointAddress.scala

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

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

Attributes

Source
EndpointAddress.scala

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

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

Attributes

Source
EndpointAddress.scala

Returns a new data with hostname set to new value

Returns a new data with hostname set to new value

Attributes

Source
EndpointAddress.scala

Returns a new data with ip set to new value

Returns a new data with ip set to new value

Attributes

Source
EndpointAddress.scala

Returns a new data with nodeName set to new value

Returns a new data with nodeName set to new value

Attributes

Source
EndpointAddress.scala

Returns a new data with targetRef set to new value

Returns a new data with targetRef set to new value

Attributes

Source
EndpointAddress.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product