Uses of Interface
io.quarkus.kubernetes.deployment.ProbeConfig
Packages that use ProbeConfig
-
Uses of ProbeConfig in io.quarkus.kubernetes.deployment
Methods in io.quarkus.kubernetes.deployment that return ProbeConfigModifier and TypeMethodDescriptionContainerConfig.livenessProbe()The liveness probe.PlatformConfiguration.livenessProbe()The liveness probe.ContainerConfig.readinessProbe()The readiness probe.PlatformConfiguration.readinessProbe()The readiness probe.PlatformConfiguration.startupProbe()The startup probe.Methods in io.quarkus.kubernetes.deployment with parameters of type ProbeConfigModifier and TypeMethodDescriptionstatic io.dekorate.kubernetes.config.ProbeBuilderProbeConverter.builder(String name, ProbeConfig probe) static io.dekorate.kubernetes.config.ProbeProbeConverter.convert(String name, ProbeConfig probe) 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.