Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 918 Bytes

V1NodeSpec.md

File metadata and controls

13 lines (9 loc) · 918 Bytes

V1NodeSpec

Properties

Name Type Description Notes
pod_cidr str PodCIDR represents the pod IP range assigned to the node. [optional]
external_id str External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated. [optional]
provider_id str ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID> [optional]
unschedulable bool Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: http://releases.k8s.io/release-1.2/docs/admin/node.md#manual-node-administration\&quot;&#x60; [optional]

[Back to Model list] [Back to API list] [Back to README]