View Source Envoy.Config.Filter.Http.HealthCheck.V2.HealthCheck (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Filter.Http.HealthCheck.V2.HealthCheck{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  cache_time: Google.Protobuf.Duration.t() | nil,
  cluster_min_healthy_percentages: %{
    optional(String.t()) => Envoy.Type.Percent.t() | nil
  },
  headers: [Envoy.Api.V2.Route.HeaderMatcher.t()],
  pass_through_mode: Google.Protobuf.BoolValue.t() | nil
}