View Source Envoy.Config.Core.V3.GrpcService.EnvoyGrpc (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Core.V3.GrpcService.EnvoyGrpc{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  authority: String.t(),
  cluster_name: String.t(),
  max_receive_message_length: Google.Protobuf.UInt32Value.t() | nil,
  retry_policy: Envoy.Config.Core.V3.RetryPolicy.t() | nil,
  skip_envoy_headers: boolean()
}