Class V1alpha2PodSchedulingContextSpec
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha2PodSchedulingContextSpec
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha2PodSchedulingContextSpec
extends Object
PodSchedulingContextSpec describes where resources for the Pod are needed.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddpotentialNodesItem
(String potentialNodesItem) Add an item to the potentialNodes property in a chainable fashion.boolean
PotentialNodes lists nodes where the Pod might be able to run.SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use \"WaitForFirstConsumer\" allocation is to be attempted.int
hashCode()
potentialNodes
(List<String> potentialNodes) Set potentialNodes in a chainable fashion.selectedNode
(String selectedNode) Set selectedNode in a chainable fashion.void
setPotentialNodes
(List<String> potentialNodes) Set the potentialNodes property valuevoid
setSelectedNode
(String selectedNode) Set the selectedNode property valuetoString()
-
Field Details
-
JSON_PROPERTY_POTENTIAL_NODES
- See Also:
-
JSON_PROPERTY_SELECTED_NODE
- See Also:
-
-
Constructor Details
-
V1alpha2PodSchedulingContextSpec
public V1alpha2PodSchedulingContextSpec()
-
-
Method Details
-
getPotentialNodes
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.- Returns:
- the potentialNodes property value
-
setPotentialNodes
Set the potentialNodes property value -
potentialNodes
Set potentialNodes in a chainable fashion.- Returns:
- The same instance of V1alpha2PodSchedulingContextSpec for chaining.
-
addpotentialNodesItem
Add an item to the potentialNodes property in a chainable fashion.- Returns:
- The same instance of V1alpha2PodSchedulingContextSpec for chaining.
-
getSelectedNode
SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use \"WaitForFirstConsumer\" allocation is to be attempted.- Returns:
- the selectedNode property value
-
setSelectedNode
Set the selectedNode property value -
selectedNode
Set selectedNode in a chainable fashion.- Returns:
- The same instance of V1alpha2PodSchedulingContextSpec for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-