Uses of Class
io.quarkus.kubernetes.deployment.MountConfig
-
-
Uses of MountConfig in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type MountConfig Modifier and Type Field Description (package private) Map<String,MountConfig>ContainerConfig. mountsVolume mounts.(package private) Map<String,MountConfig>KnativeConfig. mountsVolume mounts(package private) Map<String,MountConfig>KubernetesConfig. mountsVolume mounts(package private) Map<String,MountConfig>OpenshiftConfig. mountsVolume mountsMethods in io.quarkus.kubernetes.deployment that return types with arguments of type MountConfig Modifier and Type Method Description Map<String,MountConfig>KnativeConfig. getMounts()Map<String,MountConfig>KubernetesConfig. getMounts()Map<String,MountConfig>OpenshiftConfig. getMounts()Map<String,MountConfig>PlatformConfiguration. getMounts()Method parameters in io.quarkus.kubernetes.deployment with type arguments of type MountConfig Modifier and Type Method Description static io.dekorate.kubernetes.config.MountMountConverter. convert(Map.Entry<String,MountConfig> e)
-