OBJECT

KubernetesKindNodeStatusAddresses

NodeAddress contains information for the node's address.

link GraphQL Schema definition

  • type KubernetesKindNodeStatusAddresses {
  • # The node address.
  • address: String
  • # Node address type, one of Hostname, ExternalIP or InternalIP.
  • type: String
  • }