Uses of Class
io.quarkus.kubernetes.deployment.HostAliasConfig
-
-
Uses of HostAliasConfig in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type HostAliasConfig Modifier and Type Field Description (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 HostAliasConfig Modifier and Type Method Description Map<String,HostAliasConfig>KnativeConfig. getHostAliases()Map<String,HostAliasConfig>KubernetesConfig. getHostAliases()Map<String,HostAliasConfig>OpenshiftConfig. getHostAliases()Map<String,HostAliasConfig>PlatformConfiguration. getHostAliases()Methods in io.quarkus.kubernetes.deployment with parameters of type HostAliasConfig Modifier and Type Method Description static io.dekorate.kubernetes.config.HostAliasBuilderHostAliasConverter. convert(HostAliasConfig hostAlias)Method parameters in io.quarkus.kubernetes.deployment with type arguments of type HostAliasConfig Modifier and Type Method Description static io.dekorate.kubernetes.config.HostAliasHostAliasConverter. convert(Map.Entry<String,HostAliasConfig> e)
-