Uses of Class
io.quarkus.kubernetes.deployment.PvcVolumeConfig
-
-
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. pvcVolumesPersistent Volume Claim volumes(package private) Map<String,PvcVolumeConfig>KubernetesConfig. pvcVolumesPersistent Volume Claim volumes(package private) Map<String,PvcVolumeConfig>OpenshiftConfig. pvcVolumesPersistent 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.PersistentVolumeClaimVolumeBuilderPvcVolumeConverter. 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.PersistentVolumeClaimVolumePvcVolumeConverter. convert(Map.Entry<String,PvcVolumeConfig> e)
-