Package org.cdk8s.plus24.k8s
Interface KubeVolumeAttachmentProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeVolumeAttachmentProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-05-25T02:26:40.998Z") @Stability(Stable) public interface KubeVolumeAttachmentProps extends software.amazon.jsii.JsiiSerializable
VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.VolumeAttachment objects are non-namespaced.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeVolumeAttachmentProps.Builder
A builder forKubeVolumeAttachmentProps
static class
KubeVolumeAttachmentProps.Jsii$Proxy
An implementation forKubeVolumeAttachmentProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeVolumeAttachmentProps.Builder
builder()
default ObjectMeta
getMetadata()
Standard object metadata.VolumeAttachmentSpec
getSpec()
Specification of the desired attach/detach volume behavior.
-
-
-
Method Detail
-
getSpec
@Stability(Stable) @NotNull VolumeAttachmentSpec getSpec()
Specification of the desired attach/detach volume behavior.Populated by the Kubernetes system.
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
builder
@Stability(Stable) static KubeVolumeAttachmentProps.Builder builder()
- Returns:
- a
KubeVolumeAttachmentProps.Builder
ofKubeVolumeAttachmentProps
-
-