public static interface Bootstrap.StaticResourcesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cluster |
getClusters(int index)
If a network based configuration source is specified for :ref:`cds_config
<envoy_api_field_config.bootstrap.v2.Bootstrap.DynamicResources.cds_config>`, it's necessary
to have some initial cluster definitions available to allow Envoy to know
how to speak to the management server.
|
int |
getClustersCount()
If a network based configuration source is specified for :ref:`cds_config
<envoy_api_field_config.bootstrap.v2.Bootstrap.DynamicResources.cds_config>`, it's necessary
to have some initial cluster definitions available to allow Envoy to know
how to speak to the management server.
|
List<Cluster> |
getClustersList()
If a network based configuration source is specified for :ref:`cds_config
<envoy_api_field_config.bootstrap.v2.Bootstrap.DynamicResources.cds_config>`, it's necessary
to have some initial cluster definitions available to allow Envoy to know
how to speak to the management server.
|
ClusterOrBuilder |
getClustersOrBuilder(int index)
If a network based configuration source is specified for :ref:`cds_config
<envoy_api_field_config.bootstrap.v2.Bootstrap.DynamicResources.cds_config>`, it's necessary
to have some initial cluster definitions available to allow Envoy to know
how to speak to the management server.
|
List<? extends ClusterOrBuilder> |
getClustersOrBuilderList()
If a network based configuration source is specified for :ref:`cds_config
<envoy_api_field_config.bootstrap.v2.Bootstrap.DynamicResources.cds_config>`, it's necessary
to have some initial cluster definitions available to allow Envoy to know
how to speak to the management server.
|
Listener |
getListeners(int index)
Static :ref:`Listeners <envoy_api_msg_Listener>`.
|
int |
getListenersCount()
Static :ref:`Listeners <envoy_api_msg_Listener>`.
|
List<Listener> |
getListenersList()
Static :ref:`Listeners <envoy_api_msg_Listener>`.
|
ListenerOrBuilder |
getListenersOrBuilder(int index)
Static :ref:`Listeners <envoy_api_msg_Listener>`.
|
List<? extends ListenerOrBuilder> |
getListenersOrBuilderList()
Static :ref:`Listeners <envoy_api_msg_Listener>`.
|
Secret |
getSecrets(int index)
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
int |
getSecretsCount()
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
List<Secret> |
getSecretsList()
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
SecretOrBuilder |
getSecretsOrBuilder(int index)
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
List<? extends SecretOrBuilder> |
getSecretsOrBuilderList()
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Listener> getListenersList()
Static :ref:`Listeners <envoy_api_msg_Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.api.v2.Listener listeners = 1;Listener getListeners(int index)
Static :ref:`Listeners <envoy_api_msg_Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.api.v2.Listener listeners = 1;int getListenersCount()
Static :ref:`Listeners <envoy_api_msg_Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.api.v2.Listener listeners = 1;List<? extends ListenerOrBuilder> getListenersOrBuilderList()
Static :ref:`Listeners <envoy_api_msg_Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.api.v2.Listener listeners = 1;ListenerOrBuilder getListenersOrBuilder(int index)
Static :ref:`Listeners <envoy_api_msg_Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.api.v2.Listener listeners = 1;List<Cluster> getClustersList()
If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server. These cluster definitions may not use :ref:`EDS <arch_overview_dynamic_config_eds>` (i.e. they should be static IP or DNS-based).
repeated .envoy.api.v2.Cluster clusters = 2;Cluster getClusters(int index)
If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server. These cluster definitions may not use :ref:`EDS <arch_overview_dynamic_config_eds>` (i.e. they should be static IP or DNS-based).
repeated .envoy.api.v2.Cluster clusters = 2;int getClustersCount()
If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server. These cluster definitions may not use :ref:`EDS <arch_overview_dynamic_config_eds>` (i.e. they should be static IP or DNS-based).
repeated .envoy.api.v2.Cluster clusters = 2;List<? extends ClusterOrBuilder> getClustersOrBuilderList()
If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server. These cluster definitions may not use :ref:`EDS <arch_overview_dynamic_config_eds>` (i.e. they should be static IP or DNS-based).
repeated .envoy.api.v2.Cluster clusters = 2;ClusterOrBuilder getClustersOrBuilder(int index)
If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server. These cluster definitions may not use :ref:`EDS <arch_overview_dynamic_config_eds>` (i.e. they should be static IP or DNS-based).
repeated .envoy.api.v2.Cluster clusters = 2;List<Secret> getSecretsList()
These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3;Secret getSecrets(int index)
These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3;int getSecretsCount()
These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3;List<? extends SecretOrBuilder> getSecretsOrBuilderList()
These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3;SecretOrBuilder getSecretsOrBuilder(int index)
These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.