public static final class ClustersConfigDump.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder> implements ClustersConfigDumpOrBuilder
Envoy's cluster manager fills this message with all currently known clusters. Cluster configuration information can be used to recreate an Envoy configuration by populating all clusters as static clusters or by returning them in a CDS response.Protobuf type
envoy.admin.v4alpha.ClustersConfigDumpgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>public ClustersConfigDump.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>public ClustersConfigDump getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ClustersConfigDump build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ClustersConfigDump buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ClustersConfigDump.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>public ClustersConfigDump.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>public ClustersConfigDump.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>public ClustersConfigDump.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>public ClustersConfigDump.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>public ClustersConfigDump.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>public ClustersConfigDump.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClustersConfigDump.Builder>public ClustersConfigDump.Builder mergeFrom(ClustersConfigDump other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>public ClustersConfigDump.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClustersConfigDump.Builder>IOExceptionpublic String getVersionInfo()
This is the :ref:`version_info <envoy_api_field_service.discovery.v4alpha.DiscoveryResponse.version_info>` in the last processed CDS discovery response. If there are only static bootstrap clusters, this field will be "".
string version_info = 1;getVersionInfo in interface ClustersConfigDumpOrBuilderpublic com.google.protobuf.ByteString getVersionInfoBytes()
This is the :ref:`version_info <envoy_api_field_service.discovery.v4alpha.DiscoveryResponse.version_info>` in the last processed CDS discovery response. If there are only static bootstrap clusters, this field will be "".
string version_info = 1;getVersionInfoBytes in interface ClustersConfigDumpOrBuilderpublic ClustersConfigDump.Builder setVersionInfo(String value)
This is the :ref:`version_info <envoy_api_field_service.discovery.v4alpha.DiscoveryResponse.version_info>` in the last processed CDS discovery response. If there are only static bootstrap clusters, this field will be "".
string version_info = 1;public ClustersConfigDump.Builder clearVersionInfo()
This is the :ref:`version_info <envoy_api_field_service.discovery.v4alpha.DiscoveryResponse.version_info>` in the last processed CDS discovery response. If there are only static bootstrap clusters, this field will be "".
string version_info = 1;public ClustersConfigDump.Builder setVersionInfoBytes(com.google.protobuf.ByteString value)
This is the :ref:`version_info <envoy_api_field_service.discovery.v4alpha.DiscoveryResponse.version_info>` in the last processed CDS discovery response. If there are only static bootstrap clusters, this field will be "".
string version_info = 1;public List<ClustersConfigDump.StaticCluster> getStaticClustersList()
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;getStaticClustersList in interface ClustersConfigDumpOrBuilderpublic int getStaticClustersCount()
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;getStaticClustersCount in interface ClustersConfigDumpOrBuilderpublic ClustersConfigDump.StaticCluster getStaticClusters(int index)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;getStaticClusters in interface ClustersConfigDumpOrBuilderpublic ClustersConfigDump.Builder setStaticClusters(int index, ClustersConfigDump.StaticCluster value)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public ClustersConfigDump.Builder setStaticClusters(int index, ClustersConfigDump.StaticCluster.Builder builderForValue)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public ClustersConfigDump.Builder addStaticClusters(ClustersConfigDump.StaticCluster value)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public ClustersConfigDump.Builder addStaticClusters(int index, ClustersConfigDump.StaticCluster value)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public ClustersConfigDump.Builder addStaticClusters(ClustersConfigDump.StaticCluster.Builder builderForValue)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public ClustersConfigDump.Builder addStaticClusters(int index, ClustersConfigDump.StaticCluster.Builder builderForValue)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public ClustersConfigDump.Builder addAllStaticClusters(Iterable<? extends ClustersConfigDump.StaticCluster> values)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public ClustersConfigDump.Builder clearStaticClusters()
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public ClustersConfigDump.Builder removeStaticClusters(int index)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public ClustersConfigDump.StaticCluster.Builder getStaticClustersBuilder(int index)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public ClustersConfigDump.StaticClusterOrBuilder getStaticClustersOrBuilder(int index)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;getStaticClustersOrBuilder in interface ClustersConfigDumpOrBuilderpublic List<? extends ClustersConfigDump.StaticClusterOrBuilder> getStaticClustersOrBuilderList()
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;getStaticClustersOrBuilderList in interface ClustersConfigDumpOrBuilderpublic ClustersConfigDump.StaticCluster.Builder addStaticClustersBuilder()
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public ClustersConfigDump.StaticCluster.Builder addStaticClustersBuilder(int index)
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public List<ClustersConfigDump.StaticCluster.Builder> getStaticClustersBuilderList()
The statically loaded cluster configs.
repeated .envoy.admin.v4alpha.ClustersConfigDump.StaticCluster static_clusters = 2;public List<ClustersConfigDump.DynamicCluster> getDynamicActiveClustersList()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;getDynamicActiveClustersList in interface ClustersConfigDumpOrBuilderpublic int getDynamicActiveClustersCount()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;getDynamicActiveClustersCount in interface ClustersConfigDumpOrBuilderpublic ClustersConfigDump.DynamicCluster getDynamicActiveClusters(int index)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;getDynamicActiveClusters in interface ClustersConfigDumpOrBuilderpublic ClustersConfigDump.Builder setDynamicActiveClusters(int index, ClustersConfigDump.DynamicCluster value)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public ClustersConfigDump.Builder setDynamicActiveClusters(int index, ClustersConfigDump.DynamicCluster.Builder builderForValue)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public ClustersConfigDump.Builder addDynamicActiveClusters(ClustersConfigDump.DynamicCluster value)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public ClustersConfigDump.Builder addDynamicActiveClusters(int index, ClustersConfigDump.DynamicCluster value)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public ClustersConfigDump.Builder addDynamicActiveClusters(ClustersConfigDump.DynamicCluster.Builder builderForValue)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public ClustersConfigDump.Builder addDynamicActiveClusters(int index, ClustersConfigDump.DynamicCluster.Builder builderForValue)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public ClustersConfigDump.Builder addAllDynamicActiveClusters(Iterable<? extends ClustersConfigDump.DynamicCluster> values)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public ClustersConfigDump.Builder clearDynamicActiveClusters()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public ClustersConfigDump.Builder removeDynamicActiveClusters(int index)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public ClustersConfigDump.DynamicCluster.Builder getDynamicActiveClustersBuilder(int index)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public ClustersConfigDump.DynamicClusterOrBuilder getDynamicActiveClustersOrBuilder(int index)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;getDynamicActiveClustersOrBuilder in interface ClustersConfigDumpOrBuilderpublic List<? extends ClustersConfigDump.DynamicClusterOrBuilder> getDynamicActiveClustersOrBuilderList()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;getDynamicActiveClustersOrBuilderList in interface ClustersConfigDumpOrBuilderpublic ClustersConfigDump.DynamicCluster.Builder addDynamicActiveClustersBuilder()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public ClustersConfigDump.DynamicCluster.Builder addDynamicActiveClustersBuilder(int index)
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public List<ClustersConfigDump.DynamicCluster.Builder> getDynamicActiveClustersBuilderList()
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;public List<ClustersConfigDump.DynamicCluster> getDynamicWarmingClustersList()
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;getDynamicWarmingClustersList in interface ClustersConfigDumpOrBuilderpublic int getDynamicWarmingClustersCount()
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;getDynamicWarmingClustersCount in interface ClustersConfigDumpOrBuilderpublic ClustersConfigDump.DynamicCluster getDynamicWarmingClusters(int index)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;getDynamicWarmingClusters in interface ClustersConfigDumpOrBuilderpublic ClustersConfigDump.Builder setDynamicWarmingClusters(int index, ClustersConfigDump.DynamicCluster value)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public ClustersConfigDump.Builder setDynamicWarmingClusters(int index, ClustersConfigDump.DynamicCluster.Builder builderForValue)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public ClustersConfigDump.Builder addDynamicWarmingClusters(ClustersConfigDump.DynamicCluster value)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public ClustersConfigDump.Builder addDynamicWarmingClusters(int index, ClustersConfigDump.DynamicCluster value)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public ClustersConfigDump.Builder addDynamicWarmingClusters(ClustersConfigDump.DynamicCluster.Builder builderForValue)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public ClustersConfigDump.Builder addDynamicWarmingClusters(int index, ClustersConfigDump.DynamicCluster.Builder builderForValue)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public ClustersConfigDump.Builder addAllDynamicWarmingClusters(Iterable<? extends ClustersConfigDump.DynamicCluster> values)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public ClustersConfigDump.Builder clearDynamicWarmingClusters()
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public ClustersConfigDump.Builder removeDynamicWarmingClusters(int index)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public ClustersConfigDump.DynamicCluster.Builder getDynamicWarmingClustersBuilder(int index)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public ClustersConfigDump.DynamicClusterOrBuilder getDynamicWarmingClustersOrBuilder(int index)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;getDynamicWarmingClustersOrBuilder in interface ClustersConfigDumpOrBuilderpublic List<? extends ClustersConfigDump.DynamicClusterOrBuilder> getDynamicWarmingClustersOrBuilderList()
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;getDynamicWarmingClustersOrBuilderList in interface ClustersConfigDumpOrBuilderpublic ClustersConfigDump.DynamicCluster.Builder addDynamicWarmingClustersBuilder()
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public ClustersConfigDump.DynamicCluster.Builder addDynamicWarmingClustersBuilder(int index)
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public List<ClustersConfigDump.DynamicCluster.Builder> getDynamicWarmingClustersBuilderList()
The dynamically loaded warming clusters. These are clusters that are currently undergoing warming in preparation to service data plane traffic. Note that if attempting to recreate an Envoy configuration from a configuration dump, the warming clusters should generally be discarded.
repeated .envoy.admin.v4alpha.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;public final ClustersConfigDump.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>public final ClustersConfigDump.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ClustersConfigDump.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.