Kazan v0.11.0 Kazan.Apis.Core.V1.NodeAddress View Source

NodeAddress contains information for the node’s address.

OpenAPI Definition: io.k8s.api.core.v1.NodeAddress

Properties

  • address :: String

    • The node address.
  • type :: String

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

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.NodeAddress{address: String.t(), type: String.t()}