Uses of Class
org.cdk8s.plus25.k8s.VolumeAttachmentSpec.Builder
-
Packages that use VolumeAttachmentSpec.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of VolumeAttachmentSpec.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return VolumeAttachmentSpec.Builder Modifier and Type Method Description VolumeAttachmentSpec.BuilderVolumeAttachmentSpec.Builder. attacher(String attacher)Sets the value ofVolumeAttachmentSpec.getAttacher()static VolumeAttachmentSpec.BuilderVolumeAttachmentSpec. builder()VolumeAttachmentSpec.BuilderVolumeAttachmentSpec.Builder. nodeName(String nodeName)Sets the value ofVolumeAttachmentSpec.getNodeName()VolumeAttachmentSpec.BuilderVolumeAttachmentSpec.Builder. source(VolumeAttachmentSource source)Sets the value ofVolumeAttachmentSpec.getSource()Constructors in org.cdk8s.plus25.k8s with parameters of type VolumeAttachmentSpec.Builder Constructor Description Jsii$Proxy(VolumeAttachmentSpec.Builder builder)Constructor that initializes the object based on literal property values passed by theVolumeAttachmentSpec.Builder.
-