Uses of Class
org.cdk8s.plus25.k8s.KubeVolumeAttachmentProps.Builder
-
Packages that use KubeVolumeAttachmentProps.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeVolumeAttachmentProps.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeVolumeAttachmentProps.Builder Modifier and Type Method Description static KubeVolumeAttachmentProps.BuilderKubeVolumeAttachmentProps. builder()KubeVolumeAttachmentProps.BuilderKubeVolumeAttachmentProps.Builder. metadata(ObjectMeta metadata)Sets the value ofKubeVolumeAttachmentProps.getMetadata()KubeVolumeAttachmentProps.BuilderKubeVolumeAttachmentProps.Builder. spec(VolumeAttachmentSpec spec)Sets the value ofKubeVolumeAttachmentProps.getSpec()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeVolumeAttachmentProps.Builder Constructor Description Jsii$Proxy(KubeVolumeAttachmentProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeVolumeAttachmentProps.Builder.
-