Package io.envoyproxy.envoy.admin.v3
Interface ClustersConfigDumpOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClustersConfigDump
,ClustersConfigDump.Builder
public interface ClustersConfigDumpOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDynamicActiveClusters
(int index) The dynamically loaded active clusters.int
The dynamically loaded active clusters.The dynamically loaded active clusters.getDynamicActiveClustersOrBuilder
(int index) The dynamically loaded active clusters.List
<? extends ClustersConfigDump.DynamicClusterOrBuilder> The dynamically loaded active clusters.getDynamicWarmingClusters
(int index) The dynamically loaded warming clusters.int
The dynamically loaded warming clusters.The dynamically loaded warming clusters.getDynamicWarmingClustersOrBuilder
(int index) The dynamically loaded warming clusters.List
<? extends ClustersConfigDump.DynamicClusterOrBuilder> The dynamically loaded warming clusters.getStaticClusters
(int index) The statically loaded cluster configs.int
The statically loaded cluster configs.The statically loaded cluster configs.getStaticClustersOrBuilder
(int index) The statically loaded cluster configs.List
<? extends ClustersConfigDump.StaticClusterOrBuilder> The statically loaded cluster configs.This is the :ref:`version_info <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>` in the last processed CDS discovery response.com.google.protobuf.ByteString
This is the :ref:`version_info <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>` in the last processed CDS discovery response.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getVersionInfo
String getVersionInfo()This is the :ref:`version_info <envoy_v3_api_field_service.discovery.v3.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;
- Returns:
- The versionInfo.
-
getVersionInfoBytes
com.google.protobuf.ByteString getVersionInfoBytes()This is the :ref:`version_info <envoy_v3_api_field_service.discovery.v3.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;
- Returns:
- The bytes for versionInfo.
-
getStaticClustersList
List<ClustersConfigDump.StaticCluster> getStaticClustersList()The statically loaded cluster configs.
repeated .envoy.admin.v3.ClustersConfigDump.StaticCluster static_clusters = 2;
-
getStaticClusters
The statically loaded cluster configs.
repeated .envoy.admin.v3.ClustersConfigDump.StaticCluster static_clusters = 2;
-
getStaticClustersCount
int getStaticClustersCount()The statically loaded cluster configs.
repeated .envoy.admin.v3.ClustersConfigDump.StaticCluster static_clusters = 2;
-
getStaticClustersOrBuilderList
List<? extends ClustersConfigDump.StaticClusterOrBuilder> getStaticClustersOrBuilderList()The statically loaded cluster configs.
repeated .envoy.admin.v3.ClustersConfigDump.StaticCluster static_clusters = 2;
-
getStaticClustersOrBuilder
The statically loaded cluster configs.
repeated .envoy.admin.v3.ClustersConfigDump.StaticCluster static_clusters = 2;
-
getDynamicActiveClustersList
List<ClustersConfigDump.DynamicCluster> getDynamicActiveClustersList()The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
getDynamicActiveClusters
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
getDynamicActiveClustersCount
int getDynamicActiveClustersCount()The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
getDynamicActiveClustersOrBuilderList
List<? extends ClustersConfigDump.DynamicClusterOrBuilder> getDynamicActiveClustersOrBuilderList()The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
getDynamicActiveClustersOrBuilder
The dynamically loaded active clusters. These are clusters that are available to service data plane traffic.
repeated .envoy.admin.v3.ClustersConfigDump.DynamicCluster dynamic_active_clusters = 3;
-
getDynamicWarmingClustersList
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.v3.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
getDynamicWarmingClusters
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.v3.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
getDynamicWarmingClustersCount
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.v3.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
getDynamicWarmingClustersOrBuilderList
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.v3.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
getDynamicWarmingClustersOrBuilder
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.v3.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-