Uses of Class
io.quarkus.kubernetes.deployment.MountConfig
Packages that use MountConfig
-
Uses of MountConfig in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type MountConfigModifier and TypeFieldDescription(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 MountConfigModifier and TypeMethodDescriptionKnativeConfig.getMounts()KubernetesConfig.getMounts()OpenshiftConfig.getMounts()PlatformConfiguration.getMounts()Method parameters in io.quarkus.kubernetes.deployment with type arguments of type MountConfigModifier and TypeMethodDescriptionstatic io.dekorate.kubernetes.config.MountMountConverter.convert(Map.Entry<String, MountConfig> e)