Package org.cdk8s.plus28.k8s
Interface KubeResourceClaimTemplateV1Alpha2Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeResourceClaimTemplateV1Alpha2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.776Z") @Stability(Stable) public interface KubeResourceClaimTemplateV1Alpha2Props extends software.amazon.jsii.JsiiSerializable
ResourceClaimTemplate is used to produce ResourceClaim objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeResourceClaimTemplateV1Alpha2Props.BuilderA builder forKubeResourceClaimTemplateV1Alpha2Propsstatic classKubeResourceClaimTemplateV1Alpha2Props.Jsii$ProxyAn implementation forKubeResourceClaimTemplateV1Alpha2Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeResourceClaimTemplateV1Alpha2Props.Builderbuilder()default ObjectMetagetMetadata()Standard object metadata.ResourceClaimTemplateSpecV1Alpha2getSpec()Describes the ResourceClaim that is to be generated.
-
-
-
Method Detail
-
getSpec
@Stability(Stable) @NotNull ResourceClaimTemplateSpecV1Alpha2 getSpec()
Describes the ResourceClaim that is to be generated.This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object metadata.
-
builder
@Stability(Stable) static KubeResourceClaimTemplateV1Alpha2Props.Builder builder()
-
-