Uses of Interface
org.cdk8s.plus25.k8s.KubeVolumeAttachmentListProps
-
Packages that use KubeVolumeAttachmentListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeVolumeAttachmentListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeVolumeAttachmentListProps Modifier and Type Class Description static classKubeVolumeAttachmentListProps.Jsii$ProxyAn implementation forKubeVolumeAttachmentListPropsMethods in org.cdk8s.plus25.k8s that return KubeVolumeAttachmentListProps Modifier and Type Method Description KubeVolumeAttachmentListPropsKubeVolumeAttachmentListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeVolumeAttachmentListProps Modifier and Type Method Description static ObjectKubeVolumeAttachmentList. manifest(KubeVolumeAttachmentListProps props)Renders a Kubernetes manifest for "io.k8s.api.storage.v1.VolumeAttachmentList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeVolumeAttachmentListProps Constructor Description KubeVolumeAttachmentList(software.constructs.Construct scope, String id, KubeVolumeAttachmentListProps props)Defines a "io.k8s.api.storage.v1.VolumeAttachmentList" API object.
-