Kazan v0.7.0 Kazan.Apis.Core.V1.NodeSpec View Source

NodeSpec describes the attributes that a node is created with.

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

Properties

  • config_source :: Kazan.Apis.Core.V1.NodeConfigSource

    • If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field
  • 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: ://
  • taints :: [ Kazan.Apis.Core.V1.Taint ]

    • If specified, the node’s taints.
  • unschedulable :: Boolean

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