Package org.cdk8s.plus25.k8s
Interface KubeStorageVersionV1Alpha1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeStorageVersionV1Alpha1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.721Z") @Stability(Stable) public interface KubeStorageVersionV1Alpha1Props extends software.amazon.jsii.JsiiSerializable
Storage version of a specific resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeStorageVersionV1Alpha1Props.BuilderA builder forKubeStorageVersionV1Alpha1Propsstatic classKubeStorageVersionV1Alpha1Props.Jsii$ProxyAn implementation forKubeStorageVersionV1Alpha1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeStorageVersionV1Alpha1Props.Builderbuilder()default ObjectMetagetMetadata()The name is. . ObjectgetSpec()Spec is an empty spec.
-
-
-
Method Detail
-
getSpec
@Stability(Stable) @NotNull Object getSpec()
Spec is an empty spec.It is here to comply with Kubernetes API style.
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
The name is. .
-
builder
@Stability(Stable) static KubeStorageVersionV1Alpha1Props.Builder builder()
-
-