Uses of Class
org.cdk8s.plus25.k8s.KubeVolumeAttachment.Builder
-
Packages that use KubeVolumeAttachment.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeVolumeAttachment.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeVolumeAttachment.Builder Modifier and Type Method Description static KubeVolumeAttachment.BuilderKubeVolumeAttachment.Builder. create(software.constructs.Construct scope, String id)KubeVolumeAttachment.BuilderKubeVolumeAttachment.Builder. metadata(ObjectMeta metadata)Standard object metadata.KubeVolumeAttachment.BuilderKubeVolumeAttachment.Builder. spec(VolumeAttachmentSpec spec)Specification of the desired attach/detach volume behavior.
-