View Source Envoy.Config.Core.V3.HealthCheck.HttpHealthCheck (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Core.V3.HealthCheck.HttpHealthCheck{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  codec_client_type: Envoy.Type.V3.CodecClientType.t(),
  expected_statuses: [Envoy.Type.V3.Int64Range.t()],
  host: String.t(),
  method: Envoy.Config.Core.V3.RequestMethod.t(),
  path: String.t(),
  receive: [Envoy.Config.Core.V3.HealthCheck.Payload.t()],
  request_headers_to_add: [Envoy.Config.Core.V3.HeaderValueOption.t()],
  request_headers_to_remove: [String.t()],
  response_buffer_size: Google.Protobuf.UInt64Value.t() | nil,
  retriable_statuses: [Envoy.Type.V3.Int64Range.t()],
  send: Envoy.Config.Core.V3.HealthCheck.Payload.t() | nil,
  service_name_matcher: Envoy.Type.Matcher.V3.StringMatcher.t() | nil
}