python/kubernetes/docs/V1NodeSpec.md
2017-10-09 17:56:32 -07:00

16 lines
1.2 KiB
Markdown

# V1NodeSpec
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**config_source** | [**V1NodeConfigSource**](V1NodeConfigSource.md) | If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field | [optional]
**external_id** | **str** | External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated. | [optional]
**pod_cidr** | **str** | PodCIDR represents the pod IP range assigned to the node. | [optional]
**provider_id** | **str** | ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID> | [optional]
**taints** | [**list[V1Taint]**](V1Taint.md) | 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)