Package org.cdk8s.plus28.k8s
Interface KubeResourceClaimV1Alpha2Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeResourceClaimV1Alpha2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.783Z") @Stability(Stable) public interface KubeResourceClaimV1Alpha2Props extends software.amazon.jsii.JsiiSerializable
ResourceClaim describes which resources are needed by a resource consumer.Its status tracks whether the resource has been allocated and what the resulting attributes are.
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeResourceClaimV1Alpha2Props.BuilderA builder forKubeResourceClaimV1Alpha2Propsstatic classKubeResourceClaimV1Alpha2Props.Jsii$ProxyAn implementation forKubeResourceClaimV1Alpha2Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeResourceClaimV1Alpha2Props.Builderbuilder()default ObjectMetagetMetadata()Standard object metadata.ResourceClaimSpecV1Alpha2getSpec()Spec describes the desired attributes of a resource that then needs to be allocated.
-
-
-
Method Detail
-
getSpec
@Stability(Stable) @NotNull ResourceClaimSpecV1Alpha2 getSpec()
Spec describes the desired attributes of a resource that then needs to be allocated.It can only be set once when creating the ResourceClaim.
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object metadata.
-
builder
@Stability(Stable) static KubeResourceClaimV1Alpha2Props.Builder builder()
-
-