Uses of Class
org.cdk8s.plus25.k8s.VolumeAttachmentSource.Builder
-
Packages that use VolumeAttachmentSource.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of VolumeAttachmentSource.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return VolumeAttachmentSource.Builder Modifier and Type Method Description static VolumeAttachmentSource.BuilderVolumeAttachmentSource. builder()VolumeAttachmentSource.BuilderVolumeAttachmentSource.Builder. inlineVolumeSpec(PersistentVolumeSpec inlineVolumeSpec)Sets the value ofVolumeAttachmentSource.getInlineVolumeSpec()VolumeAttachmentSource.BuilderVolumeAttachmentSource.Builder. persistentVolumeName(String persistentVolumeName)Sets the value ofVolumeAttachmentSource.getPersistentVolumeName()Constructors in org.cdk8s.plus25.k8s with parameters of type VolumeAttachmentSource.Builder Constructor Description Jsii$Proxy(VolumeAttachmentSource.Builder builder)Constructor that initializes the object based on literal property values passed by theVolumeAttachmentSource.Builder.
-