Uses of Interface
org.cdk8s.plus25.k8s.KubePersistentVolumeProps
-
Packages that use KubePersistentVolumeProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubePersistentVolumeProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubePersistentVolumeProps Modifier and Type Class Description static classKubePersistentVolumeProps.Jsii$ProxyAn implementation forKubePersistentVolumePropsMethods in org.cdk8s.plus25.k8s that return KubePersistentVolumeProps Modifier and Type Method Description KubePersistentVolumePropsKubePersistentVolumeProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubePersistentVolumeProps Modifier and Type Method Description List<KubePersistentVolumeProps>KubePersistentVolumeListProps. getItems()items is a list of persistent volumes.List<KubePersistentVolumeProps>KubePersistentVolumeListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubePersistentVolumeProps Modifier and Type Method Description static ObjectKubePersistentVolume. manifest(KubePersistentVolumeProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.PersistentVolume".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubePersistentVolumeProps Modifier and Type Method Description KubePersistentVolumeList.BuilderKubePersistentVolumeList.Builder. items(List<? extends KubePersistentVolumeProps> items)items is a list of persistent volumes.KubePersistentVolumeListProps.BuilderKubePersistentVolumeListProps.Builder. items(List<? extends KubePersistentVolumeProps> items)Sets the value ofKubePersistentVolumeListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubePersistentVolumeProps Constructor Description KubePersistentVolume(software.constructs.Construct scope, String id, KubePersistentVolumeProps props)Defines a "io.k8s.api.core.v1.PersistentVolume" API object.
-