## NodeSpec v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | NodeSpec
NodeSpec describes the attributes that a node is created with.
Field | Description
------------ | -----------
externalID
*string* | External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated.
podCIDR
*string* | PodCIDR represents the pod IP range assigned to the node.
providerID
*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: http://releases.k8s.io/HEAD/docs/admin/node.md#manual-node-administration"