Interface ResourceClaim

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ResourceClaim.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-03T12:13:25.858Z")
    @Stability(Stable)
    public interface ResourceClaim
    extends software.amazon.jsii.JsiiSerializable
    ResourceClaim references one entry in PodSpec.ResourceClaims.
    • Method Detail

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.