Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.01 KB

V1NodeSpec.md

File metadata and controls

14 lines (10 loc) · 1.01 KB

V1NodeSpec

Properties

Name Type Description Notes
externalID string External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated. [optional]
podCIDR string PodCIDR represents the pod IP range assigned to the node. [optional]
providerID string ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID> [optional]
taints \UniversityOfAdelaide\OpenShift\Model\V1Taint[] If specified, the node's taints. [optional]
unschedulable bool 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 [optional]

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