Uses of Interface
org.cdk8s.plus25.k8s.KubeVolumeAttachmentProps
-
Packages that use KubeVolumeAttachmentProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeVolumeAttachmentProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeVolumeAttachmentProps Modifier and Type Class Description static classKubeVolumeAttachmentProps.Jsii$ProxyAn implementation forKubeVolumeAttachmentPropsMethods in org.cdk8s.plus25.k8s that return KubeVolumeAttachmentProps Modifier and Type Method Description KubeVolumeAttachmentPropsKubeVolumeAttachmentProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeVolumeAttachmentProps Modifier and Type Method Description List<KubeVolumeAttachmentProps>KubeVolumeAttachmentListProps. getItems()Items is the list of VolumeAttachments.List<KubeVolumeAttachmentProps>KubeVolumeAttachmentListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeVolumeAttachmentProps Modifier and Type Method Description static ObjectKubeVolumeAttachment. manifest(KubeVolumeAttachmentProps props)Renders a Kubernetes manifest for "io.k8s.api.storage.v1.VolumeAttachment".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeVolumeAttachmentProps Modifier and Type Method Description KubeVolumeAttachmentList.BuilderKubeVolumeAttachmentList.Builder. items(List<? extends KubeVolumeAttachmentProps> items)Items is the list of VolumeAttachments.KubeVolumeAttachmentListProps.BuilderKubeVolumeAttachmentListProps.Builder. items(List<? extends KubeVolumeAttachmentProps> items)Sets the value ofKubeVolumeAttachmentListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeVolumeAttachmentProps Constructor Description KubeVolumeAttachment(software.constructs.Construct scope, String id, KubeVolumeAttachmentProps props)Defines a "io.k8s.api.storage.v1.VolumeAttachment" API object.
-