Uses of Interface
org.cdk8s.plus25.k8s.QuobyteVolumeSource
-
Packages that use QuobyteVolumeSource Package Description org.cdk8s.plus25.k8s -
-
Uses of QuobyteVolumeSource in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement QuobyteVolumeSource Modifier and Type Class Description static classQuobyteVolumeSource.Jsii$ProxyAn implementation forQuobyteVolumeSourceMethods in org.cdk8s.plus25.k8s that return QuobyteVolumeSource Modifier and Type Method Description QuobyteVolumeSourceQuobyteVolumeSource.Builder. build()Builds the configured instance.default QuobyteVolumeSourcePersistentVolumeSpec. getQuobyte()quobyte represents a Quobyte mount on the host that shares a pod's lifetime.QuobyteVolumeSourcePersistentVolumeSpec.Jsii$Proxy. getQuobyte()default QuobyteVolumeSourceVolume. getQuobyte()quobyte represents a Quobyte mount on the host that shares a pod's lifetime.QuobyteVolumeSourceVolume.Jsii$Proxy. getQuobyte()Methods in org.cdk8s.plus25.k8s with parameters of type QuobyteVolumeSource Modifier and Type Method Description PersistentVolumeSpec.BuilderPersistentVolumeSpec.Builder. quobyte(QuobyteVolumeSource quobyte)Sets the value ofPersistentVolumeSpec.getQuobyte()Volume.BuilderVolume.Builder. quobyte(QuobyteVolumeSource quobyte)Sets the value ofVolume.getQuobyte()
-