Files
c/kubernetes/docs/v1alpha1_pod_scheduling_spec.md
Kubernetes Prow Robot 060e5f800a Automated openapi generation from release-1.26
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2023-02-23 01:48:36 +00:00

871 B

v1alpha1_pod_scheduling_spec_t

Properties

Name Type Description Notes
potential_nodes list_t * PotentialNodes lists nodes where the Pod might be able to run. The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced. [optional]
selected_node char * SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use &quot;WaitForFirstConsumer&quot; allocation is to be attempted. [optional]

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