NodeAddress

com.coralogix.zio.k8s.model.core.v1.NodeAddress
See theNodeAddress companion object
case class NodeAddress(address: String, `type`: String)

NodeAddress contains information for the node's address.

Value parameters

address

The node address.

type

Node address type, one of Hostname, ExternalIP or InternalIP.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

The node address.

The node address.

This effect always succeeds, it is safe to use the field address directly.

Attributes

Node address type, one of Hostname, ExternalIP or InternalIP.

Node address type, one of Hostname, ExternalIP or InternalIP.

This effect always succeeds, it is safe to use the field type directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product