Uses of Interface
org.cdk8s.plus24.k8s.CinderPersistentVolumeSource
-
Packages that use CinderPersistentVolumeSource Package Description org.cdk8s.plus24.k8s -
-
Uses of CinderPersistentVolumeSource in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement CinderPersistentVolumeSource Modifier and Type Class Description static class
CinderPersistentVolumeSource.Jsii$Proxy
An implementation forCinderPersistentVolumeSource
Methods in org.cdk8s.plus24.k8s that return CinderPersistentVolumeSource Modifier and Type Method Description CinderPersistentVolumeSource
CinderPersistentVolumeSource.Builder. build()
Builds the configured instance.default CinderPersistentVolumeSource
PersistentVolumeSpec. getCinder()
cinder represents a cinder volume attached and mounted on kubelets host machine.CinderPersistentVolumeSource
PersistentVolumeSpec.Jsii$Proxy. getCinder()
Methods in org.cdk8s.plus24.k8s with parameters of type CinderPersistentVolumeSource Modifier and Type Method Description PersistentVolumeSpec.Builder
PersistentVolumeSpec.Builder. cinder(CinderPersistentVolumeSource cinder)
Sets the value ofPersistentVolumeSpec.getCinder()
-