Uses of Interface
io.quarkus.kubernetes.deployment.PortConfig
Packages that use PortConfig
-
Uses of PortConfig in io.quarkus.kubernetes.deployment
Methods in io.quarkus.kubernetes.deployment that return types with arguments of type PortConfigModifier and TypeMethodDescriptionContainerConfig.ports()The application ports.PlatformConfiguration.ports()The application ports.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.