Package org.cdk8s.plus28.k8s
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourceClaim.BuilderA builder forResourceClaimstatic classResourceClaim.Jsii$ProxyAn implementation forResourceClaim
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ResourceClaim.Builderbuilder()StringgetName()Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used.
-
-
-
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.
-
builder
@Stability(Stable) static ResourceClaim.Builder builder()
- Returns:
- a
ResourceClaim.BuilderofResourceClaim
-
-