Uses of Class
io.quarkus.kubernetes.deployment.PvcVolumeConfig
-
Packages that use PvcVolumeConfig Package Description io.quarkus.kubernetes.deployment -
-
Uses of PvcVolumeConfig in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type PvcVolumeConfig Modifier and Type Field Description (package private) Map<String,PvcVolumeConfig>
KnativeConfig. pvcVolumes
Persistent Volume Claim volumes(package private) Map<String,PvcVolumeConfig>
KubernetesConfig. pvcVolumes
Persistent Volume Claim volumes(package private) Map<String,PvcVolumeConfig>
OpenshiftConfig. pvcVolumes
Persistent Volume Claim volumesMethods in io.quarkus.kubernetes.deployment that return types with arguments of type PvcVolumeConfig Modifier and Type Method Description Map<String,PvcVolumeConfig>
KnativeConfig. getPvcVolumes()
Map<String,PvcVolumeConfig>
KubernetesConfig. getPvcVolumes()
Map<String,PvcVolumeConfig>
OpenshiftConfig. getPvcVolumes()
Map<String,PvcVolumeConfig>
PlatformConfiguration. getPvcVolumes()
Methods in io.quarkus.kubernetes.deployment with parameters of type PvcVolumeConfig Modifier and Type Method Description static io.dekorate.kubernetes.config.PersistentVolumeClaimVolumeBuilder
PvcVolumeConverter. convert(PvcVolumeConfig c)
Method parameters in io.quarkus.kubernetes.deployment with type arguments of type PvcVolumeConfig Modifier and Type Method Description static io.dekorate.kubernetes.config.PersistentVolumeClaimVolume
PvcVolumeConverter. convert(Map.Entry<String,PvcVolumeConfig> e)
-