Uses of Interface
org.cdk8s.plus25.k8s.VolumeAttachmentSpec
-
Packages that use VolumeAttachmentSpec Package Description org.cdk8s.plus25.k8s -
-
Uses of VolumeAttachmentSpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement VolumeAttachmentSpec Modifier and Type Class Description static classVolumeAttachmentSpec.Jsii$ProxyAn implementation forVolumeAttachmentSpecMethods in org.cdk8s.plus25.k8s that return VolumeAttachmentSpec Modifier and Type Method Description VolumeAttachmentSpecVolumeAttachmentSpec.Builder. build()Builds the configured instance.VolumeAttachmentSpecKubeVolumeAttachmentProps. getSpec()Specification of the desired attach/detach volume behavior.VolumeAttachmentSpecKubeVolumeAttachmentProps.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type VolumeAttachmentSpec Modifier and Type Method Description KubeVolumeAttachment.BuilderKubeVolumeAttachment.Builder. spec(VolumeAttachmentSpec spec)Specification of the desired attach/detach volume behavior.KubeVolumeAttachmentProps.BuilderKubeVolumeAttachmentProps.Builder. spec(VolumeAttachmentSpec spec)Sets the value ofKubeVolumeAttachmentProps.getSpec()
-