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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClustersConfigDump.DynamicClustergetDynamicActiveClusters(int index)The dynamically loaded active clusters.intgetDynamicActiveClustersCount()The dynamically loaded active clusters.List<ClustersConfigDump.DynamicCluster>getDynamicActiveClustersList()The dynamically loaded active clusters.ClustersConfigDump.DynamicClusterOrBuildergetDynamicActiveClustersOrBuilder(int index)The dynamically loaded active clusters.List<? extends ClustersConfigDump.DynamicClusterOrBuilder>getDynamicActiveClustersOrBuilderList()The dynamically loaded active clusters.ClustersConfigDump.DynamicClustergetDynamicWarmingClusters(int index)The dynamically loaded warming clusters.intgetDynamicWarmingClustersCount()The dynamically loaded warming clusters.List<ClustersConfigDump.DynamicCluster>getDynamicWarmingClustersList()The dynamically loaded warming clusters.ClustersConfigDump.DynamicClusterOrBuildergetDynamicWarmingClustersOrBuilder(int index)The dynamically loaded warming clusters.List<? extends ClustersConfigDump.DynamicClusterOrBuilder>getDynamicWarmingClustersOrBuilderList()The dynamically loaded warming clusters.ClustersConfigDump.StaticClustergetStaticClusters(int index)The statically loaded cluster configs.intgetStaticClustersCount()The statically loaded cluster configs.List<ClustersConfigDump.StaticCluster>getStaticClustersList()The statically loaded cluster configs.ClustersConfigDump.StaticClusterOrBuildergetStaticClustersOrBuilder(int index)The statically loaded cluster configs.List<? extends ClustersConfigDump.StaticClusterOrBuilder>getStaticClustersOrBuilderList()The statically loaded cluster configs.StringgetVersionInfo()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.ByteStringgetVersionInfoBytes()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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
ClustersConfigDump.StaticCluster getStaticClusters(int index)
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
ClustersConfigDump.StaticClusterOrBuilder getStaticClustersOrBuilder(int index)
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
ClustersConfigDump.DynamicCluster getDynamicActiveClusters(int index)
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
ClustersConfigDump.DynamicClusterOrBuilder getDynamicActiveClustersOrBuilder(int index)
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
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.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
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.v3.ClustersConfigDump.DynamicCluster dynamic_warming_clusters = 4;
-
-