Uses of Class
io.quarkus.kubernetes.deployment.PortConfig
Packages that use PortConfig
-
Uses of PortConfig in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type PortConfigModifier and TypeFieldDescription(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 PortConfigModifier and TypeMethodDescriptionKnativeConfig.getPorts()KubernetesConfig.getPorts()OpenshiftConfig.getPorts()PlatformConfiguration.getPorts()Method parameters in io.quarkus.kubernetes.deployment with type arguments of type PortConfigModifier and TypeMethodDescriptionstatic io.dekorate.kubernetes.config.PortPortConverter.convert(Map.Entry<String, PortConfig> e) static DecoratorBuildItemKubernetesCommonHelper.createProbeHttpPortDecorator(String name, String target, String probeKind, ProbeConfig probeConfig, Optional<KubernetesProbePortNameBuildItem> portName, List<KubernetesPortBuildItem> ports, Map<String, PortConfig> portsFromConfig) Create a decorator that sets the port to the http probe.