Package org.cdk8s.plus28.k8s
Class PodSchedulingContextSpecV1Alpha2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.PodSchedulingContextSpecV1Alpha2.Jsii$Proxy
-
- All Implemented Interfaces:
PodSchedulingContextSpecV1Alpha2,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PodSchedulingContextSpecV1Alpha2
@Stability(Stable) @Internal public static final class PodSchedulingContextSpecV1Alpha2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PodSchedulingContextSpecV1Alpha2
An implementation forPodSchedulingContextSpecV1Alpha2
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus28.k8s.PodSchedulingContextSpecV1Alpha2
PodSchedulingContextSpecV1Alpha2.Builder, PodSchedulingContextSpecV1Alpha2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PodSchedulingContextSpecV1Alpha2.Builder builder)Constructor that initializes the object based on literal property values passed by thePodSchedulingContextSpecV1Alpha2.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getPotentialNodes()PotentialNodes lists nodes where the Pod might be able to run.StringgetSelectedNode()SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(PodSchedulingContextSpecV1Alpha2.Builder builder)
Constructor that initializes the object based on literal property values passed by thePodSchedulingContextSpecV1Alpha2.Builder.
-
-
Method Detail
-
getPotentialNodes
public final List<String> getPotentialNodes()
Description copied from interface:PodSchedulingContextSpecV1Alpha2PotentialNodes 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.
- Specified by:
getPotentialNodesin interfacePodSchedulingContextSpecV1Alpha2
-
getSelectedNode
public final String getSelectedNode()
Description copied from interface:PodSchedulingContextSpecV1Alpha2SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.- Specified by:
getSelectedNodein interfacePodSchedulingContextSpecV1Alpha2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-