| Name |
Type |
Description |
Notes |
| external_id |
string |
External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated. |
[optional] |
| pod_cidr |
string |
PodCIDR represents the pod IP range assigned to the node. |
[optional] |
| provider_id |
string |
ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID> |
[optional] |
| taints |
\CBSi\Kubernetes\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: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration |
[optional] |
[Back to Model list] [Back to API list] [Back to README]