Uses of Interface
io.envoyproxy.envoy.config.core.v3.HealthCheckOrBuilder
-
Packages that use HealthCheckOrBuilder Package Description io.envoyproxy.envoy.config.cluster.v3 io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.service.health.v3 -
-
Uses of HealthCheckOrBuilder in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return HealthCheckOrBuilder Modifier and Type Method Description HealthCheckOrBuilderCluster.Builder. getHealthChecksOrBuilder(int index)Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.HealthCheckOrBuilderCluster. getHealthChecksOrBuilder(int index)Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.HealthCheckOrBuilderClusterOrBuilder. getHealthChecksOrBuilder(int index)Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type HealthCheckOrBuilder Modifier and Type Method Description List<? extends HealthCheckOrBuilder>Cluster.Builder. getHealthChecksOrBuilderList()Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.List<? extends HealthCheckOrBuilder>Cluster. getHealthChecksOrBuilderList()Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster.List<? extends HealthCheckOrBuilder>ClusterOrBuilder. getHealthChecksOrBuilderList()Optional :ref:`active health checking <arch_overview_health_checking>` configuration for the cluster. -
Uses of HealthCheckOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement HealthCheckOrBuilder Modifier and Type Class Description classHealthCheck[#next-free-field: 25]static classHealthCheck.Builder[#next-free-field: 25] -
Uses of HealthCheckOrBuilder in io.envoyproxy.envoy.service.health.v3
Methods in io.envoyproxy.envoy.service.health.v3 that return HealthCheckOrBuilder Modifier and Type Method Description HealthCheckOrBuilderClusterHealthCheck.Builder. getHealthChecksOrBuilder(int index)repeated .envoy.config.core.v3.HealthCheck health_checks = 2;HealthCheckOrBuilderClusterHealthCheck. getHealthChecksOrBuilder(int index)repeated .envoy.config.core.v3.HealthCheck health_checks = 2;HealthCheckOrBuilderClusterHealthCheckOrBuilder. getHealthChecksOrBuilder(int index)repeated .envoy.config.core.v3.HealthCheck health_checks = 2;Methods in io.envoyproxy.envoy.service.health.v3 that return types with arguments of type HealthCheckOrBuilder Modifier and Type Method Description List<? extends HealthCheckOrBuilder>ClusterHealthCheck.Builder. getHealthChecksOrBuilderList()repeated .envoy.config.core.v3.HealthCheck health_checks = 2;List<? extends HealthCheckOrBuilder>ClusterHealthCheck. getHealthChecksOrBuilderList()repeated .envoy.config.core.v3.HealthCheck health_checks = 2;List<? extends HealthCheckOrBuilder>ClusterHealthCheckOrBuilder. getHealthChecksOrBuilderList()repeated .envoy.config.core.v3.HealthCheck health_checks = 2;
-