View Source Envoy.Config.Bootstrap.V3.RuntimeLayer (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Bootstrap.V3.RuntimeLayer{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  layer_specifier:
    {:static_layer, Google.Protobuf.Struct.t() | nil}
    | {:disk_layer, Envoy.Config.Bootstrap.V3.RuntimeLayer.DiskLayer.t() | nil}
    | {:admin_layer,
       Envoy.Config.Bootstrap.V3.RuntimeLayer.AdminLayer.t() | nil}
    | {:rtds_layer, Envoy.Config.Bootstrap.V3.RuntimeLayer.RtdsLayer.t() | nil}
    | nil,
  name: String.t()
}