View Source Envoy.Config.Bootstrap.V2.Bootstrap.StaticResources (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Bootstrap.V2.Bootstrap.StaticResources{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  clusters: [Envoy.Api.V2.Cluster.t()],
  listeners: [Envoy.Api.V2.Listener.t()],
  secrets: [Envoy.Api.V2.Auth.Secret.t()]
}