Uses of Class
io.quarkus.kubernetes.deployment.HostAliasConfig
Packages that use HostAliasConfig
-
Uses of HostAliasConfig in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type HostAliasConfigModifier and TypeFieldDescription(package private) Map<String,HostAliasConfig> KnativeConfig.hostAliasesThe host aliases(package private) Map<String,HostAliasConfig> KubernetesConfig.hostAliasesThe host aliases(package private) Map<String,HostAliasConfig> OpenshiftConfig.hostAliasesThe host aliasesMethods in io.quarkus.kubernetes.deployment that return types with arguments of type HostAliasConfigModifier and TypeMethodDescriptionKnativeConfig.getHostAliases()KubernetesConfig.getHostAliases()OpenshiftConfig.getHostAliases()PlatformConfiguration.getHostAliases()Methods in io.quarkus.kubernetes.deployment with parameters of type HostAliasConfigModifier and TypeMethodDescriptionstatic io.dekorate.kubernetes.config.HostAliasBuilderHostAliasConverter.convert(HostAliasConfig hostAlias) Method parameters in io.quarkus.kubernetes.deployment with type arguments of type HostAliasConfigModifier and TypeMethodDescriptionstatic io.dekorate.kubernetes.config.HostAliasHostAliasConverter.convert(Map.Entry<String, HostAliasConfig> e)