Package org.cdk8s.plus28.k8s
Class KubeResourceClassV1Alpha2Props.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.KubeResourceClassV1Alpha2Props.Jsii$Proxy
-
- All Implemented Interfaces:
KubeResourceClassV1Alpha2Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeResourceClassV1Alpha2Props
@Stability(Stable) @Internal public static final class KubeResourceClassV1Alpha2Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeResourceClassV1Alpha2Props
An implementation forKubeResourceClassV1Alpha2Props
-
-
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.KubeResourceClassV1Alpha2Props
KubeResourceClassV1Alpha2Props.Builder, KubeResourceClassV1Alpha2Props.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeResourceClassV1Alpha2Props.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeResourceClassV1Alpha2Props.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)StringgetDriverName()DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.ObjectMetagetMetadata()Standard object metadata.ResourceClassParametersReferenceV1Alpha2getParametersRef()ParametersRef references an arbitrary separate object that may hold parameters that will be used by the driver when allocating a resource that uses this class.NodeSelectorgetSuitableNodes()Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet.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(KubeResourceClassV1Alpha2Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeResourceClassV1Alpha2Props.Builder.
-
-
Method Detail
-
getDriverName
public final String getDriverName()
Description copied from interface:KubeResourceClassV1Alpha2PropsDriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.Resource drivers have a unique name in forward domain order (acme.example.com).
- Specified by:
getDriverNamein interfaceKubeResourceClassV1Alpha2Props
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeResourceClassV1Alpha2PropsStandard object metadata.- Specified by:
getMetadatain interfaceKubeResourceClassV1Alpha2Props
-
getParametersRef
public final ResourceClassParametersReferenceV1Alpha2 getParametersRef()
Description copied from interface:KubeResourceClassV1Alpha2PropsParametersRef references an arbitrary separate object that may hold parameters that will be used by the driver when allocating a resource that uses this class.A dynamic resource driver can distinguish between parameters stored here and and those stored in ResourceClaimSpec.
- Specified by:
getParametersRefin interfaceKubeResourceClassV1Alpha2Props
-
getSuitableNodes
public final NodeSelector getSuitableNodes()
Description copied from interface:KubeResourceClassV1Alpha2PropsOnly nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet.Setting this field is optional. If null, all nodes are candidates.
- Specified by:
getSuitableNodesin interfaceKubeResourceClassV1Alpha2Props
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-