Uses of Interface
org.cdk8s.plus24.k8s.VolumeAttachmentSource
-
Packages that use VolumeAttachmentSource Package Description org.cdk8s.plus24.k8s -
-
Uses of VolumeAttachmentSource in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement VolumeAttachmentSource Modifier and Type Class Description static class
VolumeAttachmentSource.Jsii$Proxy
An implementation forVolumeAttachmentSource
Methods in org.cdk8s.plus24.k8s that return VolumeAttachmentSource Modifier and Type Method Description VolumeAttachmentSource
VolumeAttachmentSource.Builder. build()
Builds the configured instance.VolumeAttachmentSource
VolumeAttachmentSpec. getSource()
Source represents the volume that should be attached.VolumeAttachmentSource
VolumeAttachmentSpec.Jsii$Proxy. getSource()
Methods in org.cdk8s.plus24.k8s with parameters of type VolumeAttachmentSource Modifier and Type Method Description VolumeAttachmentSpec.Builder
VolumeAttachmentSpec.Builder. source(VolumeAttachmentSource source)
Sets the value ofVolumeAttachmentSpec.getSource()
-