Class 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 for ClaimSource
    • 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.
    • Method Detail

      • getResourceClaimName

        public final String getResourceClaimName()
        Description copied from interface: ClaimSource
        ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.
        Specified by:
        getResourceClaimName in interface ClaimSource
      • getResourceClaimTemplateName

        public final String getResourceClaimTemplateName()
        Description copied from interface: ClaimSource
        ResourceClaimTemplateName 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:
        getResourceClaimTemplateName in interface ClaimSource
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object