public interface HealthCheckAddHealthyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFirstCheck()
Whether this addition is the result of the first ever health check on a host, in which case
the configured :ref:`healthy threshold <envoy_api_field_core.HealthCheck.healthy_threshold>`
is bypassed and the host is immediately added.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getFirstCheck()
Whether this addition is the result of the first ever health check on a host, in which case the configured :ref:`healthy threshold <envoy_api_field_core.HealthCheck.healthy_threshold>` is bypassed and the host is immediately added.
bool first_check = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.