Package org.cdk8s.plus28.k8s
Class ClaimSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.ClaimSource.Jsii$Proxy
-
- All Implemented Interfaces:
ClaimSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClaimSource
@Stability(Stable) @Internal public static final class ClaimSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClaimSource
An implementation forClaimSource
-
-
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.ClaimSource
ClaimSource.Builder, ClaimSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClaimSource.Builder builder)Constructor that initializes the object based on literal property values passed by theClaimSource.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)StringgetResourceClaimName()ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.StringgetResourceClaimTemplateName()ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.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(ClaimSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theClaimSource.Builder.
-
-
Method Detail
-
getResourceClaimName
public final String getResourceClaimName()
Description copied from interface:ClaimSourceResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.- Specified by:
getResourceClaimNamein interfaceClaimSource
-
getResourceClaimTemplateName
public final String getResourceClaimTemplateName()
Description copied from interface:ClaimSourceResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
- Specified by:
getResourceClaimTemplateNamein interfaceClaimSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-