Kazan v0.2.0 Kazan.Models.V1.NodeSpec

NodeSpec describes the attributes that a node is created with.

Properties

  • external_id :: String

    • External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated.
  • pod_cidr :: String

    • PodCIDR represents the pod IP range assigned to the node.
  • provider_id :: String

    • ID of the node assigned by the cloud provider in the format: ://
  • unschedulable :: Boolean

    • Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info.