Package org.cdk8s.plus28.k8s
Interface ResourceClaimTemplateSpecV1Alpha2
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ResourceClaimTemplateSpecV1Alpha2.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.858Z") @Stability(Stable) public interface ResourceClaimTemplateSpecV1Alpha2 extends software.amazon.jsii.JsiiSerializable
ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourceClaimTemplateSpecV1Alpha2.BuilderA builder forResourceClaimTemplateSpecV1Alpha2static classResourceClaimTemplateSpecV1Alpha2.Jsii$ProxyAn implementation forResourceClaimTemplateSpecV1Alpha2
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ResourceClaimTemplateSpecV1Alpha2.Builderbuilder()default ObjectMetagetMetadata()ObjectMeta may contain labels and annotations that will be copied into the PVC when creating it.ResourceClaimSpecV1Alpha2getSpec()Spec for the ResourceClaim.
-
-
-
Method Detail
-
getSpec
@Stability(Stable) @NotNull ResourceClaimSpecV1Alpha2 getSpec()
Spec for the ResourceClaim.The entire content is copied unchanged into the ResourceClaim that gets created from this template. The same fields as in a ResourceClaim are also valid here.
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
ObjectMeta may contain labels and annotations that will be copied into the PVC when creating it.No other fields are allowed and will be rejected during validation.
-
builder
@Stability(Stable) static ResourceClaimTemplateSpecV1Alpha2.Builder builder()
-
-