Package org.cdk8s.plus28.k8s
Interface KubeStorageVersionV1Alpha1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeStorageVersionV1Alpha1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.800Z") @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()
-
-