Package org.cdk8s.plus28.k8s
Class KubeResourceClaimTemplateV1Alpha2Props.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.KubeResourceClaimTemplateV1Alpha2Props.Jsii$Proxy
-
- All Implemented Interfaces:
KubeResourceClaimTemplateV1Alpha2Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeResourceClaimTemplateV1Alpha2Props
@Stability(Stable) @Internal public static final class KubeResourceClaimTemplateV1Alpha2Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeResourceClaimTemplateV1Alpha2Props
An implementation forKubeResourceClaimTemplateV1Alpha2Props
-
-
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.KubeResourceClaimTemplateV1Alpha2Props
KubeResourceClaimTemplateV1Alpha2Props.Builder, KubeResourceClaimTemplateV1Alpha2Props.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeResourceClaimTemplateV1Alpha2Props.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeResourceClaimTemplateV1Alpha2Props.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)ObjectMetagetMetadata()Standard object metadata.ResourceClaimTemplateSpecV1Alpha2getSpec()Describes the ResourceClaim that is to be generated.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(KubeResourceClaimTemplateV1Alpha2Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeResourceClaimTemplateV1Alpha2Props.Builder.
-
-
Method Detail
-
getSpec
public final ResourceClaimTemplateSpecV1Alpha2 getSpec()
Description copied from interface:KubeResourceClaimTemplateV1Alpha2PropsDescribes the ResourceClaim that is to be generated.This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
- Specified by:
getSpecin interfaceKubeResourceClaimTemplateV1Alpha2Props
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeResourceClaimTemplateV1Alpha2PropsStandard object metadata.- Specified by:
getMetadatain interfaceKubeResourceClaimTemplateV1Alpha2Props
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-