Labelsmap[string]string`json:"labels,omitempty" description:"map of string keys and values that can be used to organize and categorize minions; labels of a minion assigned by the scheduler must match the scheduled pod's nodeSelector"`
// External ID of the node
ExternalIDstring`json:"externalID,omitempty" description:"external id of the node assigned by some machine database (e.g. a cloud provider)"`
ExternalIDstring`json:"externalID,omitempty" description:"external id of the node assigned by some machine database (e.g. a cloud provider). Defaults to node name when empty."`
Labelsmap[string]string`json:"labels,omitempty" description:"map of string keys and values that can be used to organize and categorize minions; labels of a minion assigned by the scheduler must match the scheduled pod's nodeSelector"`
// External ID of the node
ExternalIDstring`json:"externalID,omitempty" description:"external id of the node assigned by some machine database (e.g. a cloud provider)"`
ExternalIDstring`json:"externalID,omitempty" description:"external id of the node assigned by some machine database (e.g. a cloud provider). Defaults to node name when empty."`
// PodCIDR represents the pod IP range assigned to the node
PodCIDRstring`json:"podCIDR,omitempty" description:"pod IP range assigned to the node"`
// External ID of the node assigned by some machine database (e.g. a cloud provider)
ExternalIDstring`json:"externalID,omitempty" description:"external ID assigned to the node by some machine database (e.g. a cloud provider)"`
ExternalIDstring`json:"externalID,omitempty" description:"external ID assigned to the node by some machine database (e.g. a cloud provider). Defaults to node name when empty."`
// Unschedulable controls node schedulability of new pods. By default node is schedulable.
Unschedulablebool`json:"unschedulable,omitempty" description:"disable pod scheduling on the node"`