View Source Envoy.Admin.V2alpha.HostHealthStatus (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Admin.V2alpha.HostHealthStatus{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  eds_health_status: Envoy.Api.V2.Core.HealthStatus.t(),
  failed_active_degraded_check: boolean(),
  failed_active_health_check: boolean(),
  failed_outlier_check: boolean(),
  pending_active_hc: boolean(),
  pending_dynamic_removal: boolean()
}