Kazan v0.4.0 Kazan.Models.Api.V1.NodeSpec View Source
NodeSpec describes the attributes that a node is created with.
OpenAPI Definition: io.k8s.kubernetes.pkg.api.v1.NodeSpec
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:
://
- ID of the node assigned by the cloud provider in the format:
taints
:: [Kazan.Models.Api.V1.Taint
]- If specified, the node’s taints.
unschedulable
::Boolean
- Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info.