Package org.cdk8s.plus25.k8s
Interface KubeVolumeAttachmentProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeVolumeAttachmentProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.727Z") @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 classKubeVolumeAttachmentProps.BuilderA builder forKubeVolumeAttachmentPropsstatic classKubeVolumeAttachmentProps.Jsii$ProxyAn implementation forKubeVolumeAttachmentProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeVolumeAttachmentProps.Builderbuilder()default ObjectMetagetMetadata()Standard object metadata.VolumeAttachmentSpecgetSpec()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.BuilderofKubeVolumeAttachmentProps
-
-