Class RoutesConfigDump.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, RoutesConfigDumpOrBuilder, java.lang.Cloneable
    Enclosing class:
    RoutesConfigDump

    public static final class RoutesConfigDump.Builder
    extends com.google.protobuf.GeneratedMessage.Builder<RoutesConfigDump.Builder>
    implements RoutesConfigDumpOrBuilder
     Envoy's RDS implementation fills this message with all currently loaded routes, as described by
     their RouteConfiguration objects. Static routes that are either defined in the bootstrap configuration
     or defined inline while configuring listeners are separated from those configured dynamically via RDS.
     Route configuration information can be used to recreate an Envoy configuration by populating all routes
     as static routes or by returning them in RDS responses.
     
    Protobuf type envoy.admin.v3.RoutesConfigDump