View Source Envoy.Config.Bootstrap.V2.Bootstrap (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Config.Bootstrap.V2.Bootstrap{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  admin: Envoy.Config.Bootstrap.V2.Admin.t() | nil,
  cluster_manager: Envoy.Config.Bootstrap.V2.ClusterManager.t() | nil,
  dynamic_resources:
    Envoy.Config.Bootstrap.V2.Bootstrap.DynamicResources.t() | nil,
  enable_dispatcher_stats: boolean(),
  flags_path: String.t(),
  hds_config: Envoy.Api.V2.Core.ApiConfigSource.t() | nil,
  header_prefix: String.t(),
  layered_runtime: Envoy.Config.Bootstrap.V2.LayeredRuntime.t() | nil,
  node: Envoy.Api.V2.Core.Node.t() | nil,
  overload_manager: Envoy.Config.Overload.V2alpha.OverloadManager.t() | nil,
  runtime: Envoy.Config.Bootstrap.V2.Runtime.t() | nil,
  static_resources:
    Envoy.Config.Bootstrap.V2.Bootstrap.StaticResources.t() | nil,
  stats_config: Envoy.Config.Metrics.V2.StatsConfig.t() | nil,
  stats_flush_interval: Google.Protobuf.Duration.t() | nil,
  stats_server_version_override: Google.Protobuf.UInt64Value.t() | nil,
  stats_sinks: [Envoy.Config.Metrics.V2.StatsSink.t()],
  tracing: Envoy.Config.Trace.V2.Tracing.t() | nil,
  use_tcp_for_dns_lookups: boolean(),
  watchdog: Envoy.Config.Bootstrap.V2.Watchdog.t() | nil
}