Uses of Class
io.quarkus.kubernetes.deployment.PortConfig
-
Packages that use PortConfig Package Description io.quarkus.kubernetes.deployment -
-
Uses of PortConfig in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type PortConfig Modifier and Type Field Description (package private) Map<String,PortConfig>ContainerConfig. portsThe application ports.(package private) Map<String,PortConfig>KnativeConfig. portsThe application ports(package private) Map<String,PortConfig>KubernetesConfig. portsThe application ports(package private) Map<String,PortConfig>OpenshiftConfig. portsThe application portsMethods in io.quarkus.kubernetes.deployment that return types with arguments of type PortConfig Modifier and Type Method Description Map<String,PortConfig>KnativeConfig. getPorts()Map<String,PortConfig>KubernetesConfig. getPorts()Map<String,PortConfig>OpenshiftConfig. getPorts()Map<String,PortConfig>PlatformConfiguration. getPorts()Method parameters in io.quarkus.kubernetes.deployment with type arguments of type PortConfig Modifier and Type Method Description static io.dekorate.kubernetes.config.PortPortConverter. convert(Map.Entry<String,PortConfig> e)
-