View Source Envoy.Extensions.Filters.Http.HealthCheck.V3.HealthCheck (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Extensions.Filters.Http.HealthCheck.V3.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.V3.Percent.t() | nil
  },
  headers: [Envoy.Config.Route.V3.HeaderMatcher.t()],
  pass_through_mode: Google.Protobuf.BoolValue.t() | nil
}