"description":"PodCIDR represents the pod IP range assigned to the node."
"description":"PodCIDR represents the pod IP range assigned to the node."
},
},
"externalID":{
"type":"string",
"description":"External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated."
},
"providerID":{
"providerID":{
"type":"string",
"type":"string",
"description":"ID of the node assigned by the cloud provider in the format: \u003cProviderName\u003e://\u003cProviderSpecificNodeID\u003e"
"description":"ID of the node assigned by the cloud provider in the format: \u003cProviderName\u003e://\u003cProviderSpecificNodeID\u003e"
...
@@ -18685,6 +18681,10 @@
...
@@ -18685,6 +18681,10 @@
"configSource":{
"configSource":{
"$ref":"v1.NodeConfigSource",
"$ref":"v1.NodeConfigSource",
"description":"If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field"
"description":"If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field"
},
"externalID":{
"type":"string",
"description":"Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966"
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: <ahref="https://issues.k8s.io/61966">https://issues.k8s.io/61966</a></p></td>
"":"NodeSpec describes the attributes that a node is created with.",
"":"NodeSpec describes the attributes that a node is created with.",
"podCIDR":"PodCIDR represents the pod IP range assigned to the node.",
"podCIDR":"PodCIDR represents the pod IP range assigned to the node.",
"externalID":"External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated.",
"providerID":"ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID>",
"providerID":"ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID>",
"unschedulable":"Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration",
"unschedulable":"Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration",
"taints":"If specified, the node's taints.",
"taints":"If specified, the node's taints.",
"configSource":"If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field",
"configSource":"If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field",
"externalID":"Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966",