PodSchedulingSpecPatchArgs

data class PodSchedulingSpecPatchArgs(val potentialNodes: Output<List<String>>? = null, val selectedNode: Output<String>? = null) : ConvertibleToJava<PodSchedulingSpecPatchArgs>

PodSchedulingSpec describes where resources for the Pod are needed.

Constructors

Link copied to clipboard
constructor(potentialNodes: Output<List<String>>? = null, selectedNode: Output<String>? = null)

Properties

Link copied to clipboard
val potentialNodes: Output<List<String>>? = null

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.

Link copied to clipboard
val selectedNode: Output<String>? = null

SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.

Functions

Link copied to clipboard
open override fun toJava(): PodSchedulingSpecPatchArgs