Package org.cdk8s.plus24.k8s
Interface KubeStorageVersionV1Alpha1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeStorageVersionV1Alpha1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-10T02:31:41.772Z") @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 class
KubeStorageVersionV1Alpha1Props.Builder
A builder forKubeStorageVersionV1Alpha1Props
static class
KubeStorageVersionV1Alpha1Props.Jsii$Proxy
An implementation forKubeStorageVersionV1Alpha1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeStorageVersionV1Alpha1Props.Builder
builder()
default ObjectMeta
getMetadata()
The name is. . Object
getSpec()
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()
-
-