View Source Envoy.Service.Health.V3.ClusterHealthCheck (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Service.Health.V3.ClusterHealthCheck{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  cluster_name: String.t(),
  health_checks: [Envoy.Config.Core.V3.HealthCheck.t()],
  locality_endpoints: [Envoy.Service.Health.V3.LocalityEndpoints.t()],
  transport_socket_matches: [
    Envoy.Config.Cluster.V3.Cluster.TransportSocketMatch.t()
  ],
  upstream_bind_config: Envoy.Config.Core.V3.BindConfig.t() | nil
}