resource.v1alpha1.podSchedulingSpec
"PodSchedulingSpec describes where resources for the Pod are needed."
Index
fn withPotentialNodes(potentialNodes)
fn withPotentialNodesMixin(potentialNodes)
fn withSelectedNode(selectedNode)
Fields
fn withPotentialNodes
withPotentialNodes(potentialNodes)
"PotentialNodes lists nodes where the Pod might be able to run.\n\nThe 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."
fn withPotentialNodesMixin
withPotentialNodesMixin(potentialNodes)
"PotentialNodes lists nodes where the Pod might be able to run.\n\nThe 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."
Note: This function appends passed data to existing values
fn withSelectedNode
withSelectedNode(selectedNode)
"SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use \"WaitForFirstConsumer\" allocation is to be attempted."