Uses of Interface
org.cdk8s.plus25.k8s.PersistentVolumeSpec
-
Packages that use PersistentVolumeSpec Package Description org.cdk8s.plus25.k8s -
-
Uses of PersistentVolumeSpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement PersistentVolumeSpec Modifier and Type Class Description static classPersistentVolumeSpec.Jsii$ProxyAn implementation forPersistentVolumeSpecMethods in org.cdk8s.plus25.k8s that return PersistentVolumeSpec Modifier and Type Method Description PersistentVolumeSpecPersistentVolumeSpec.Builder. build()Builds the configured instance.default PersistentVolumeSpecVolumeAttachmentSource. getInlineVolumeSpec()inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource.PersistentVolumeSpecVolumeAttachmentSource.Jsii$Proxy. getInlineVolumeSpec()default PersistentVolumeSpecKubePersistentVolumeProps. getSpec()spec defines a specification of a persistent volume owned by the cluster.PersistentVolumeSpecKubePersistentVolumeProps.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type PersistentVolumeSpec Modifier and Type Method Description VolumeAttachmentSource.BuilderVolumeAttachmentSource.Builder. inlineVolumeSpec(PersistentVolumeSpec inlineVolumeSpec)Sets the value ofVolumeAttachmentSource.getInlineVolumeSpec()KubePersistentVolume.BuilderKubePersistentVolume.Builder. spec(PersistentVolumeSpec spec)spec defines a specification of a persistent volume owned by the cluster.KubePersistentVolumeProps.BuilderKubePersistentVolumeProps.Builder. spec(PersistentVolumeSpec spec)Sets the value ofKubePersistentVolumeProps.getSpec()
-