public static interface Cluster.EdsClusterConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConfigSource |
getEdsConfig()
Configuration for the source of EDS updates for this Cluster.
|
ConfigSourceOrBuilder |
getEdsConfigOrBuilder()
Configuration for the source of EDS updates for this Cluster.
|
String |
getServiceName()
Optional alternative to cluster name to present to EDS.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
Optional alternative to cluster name to present to EDS.
|
boolean |
hasEdsConfig()
Configuration for the source of EDS updates for this Cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEdsConfig()
Configuration for the source of EDS updates for this Cluster.
.envoy.config.core.v3.ConfigSource eds_config = 1;ConfigSource getEdsConfig()
Configuration for the source of EDS updates for this Cluster.
.envoy.config.core.v3.ConfigSource eds_config = 1;ConfigSourceOrBuilder getEdsConfigOrBuilder()
Configuration for the source of EDS updates for this Cluster.
.envoy.config.core.v3.ConfigSource eds_config = 1;String getServiceName()
Optional alternative to cluster name to present to EDS. This does not have the same restrictions as cluster name, i.e. it may be arbitrary length. This may be a xdstp:// URL.
string service_name = 2;com.google.protobuf.ByteString getServiceNameBytes()
Optional alternative to cluster name to present to EDS. This does not have the same restrictions as cluster name, i.e. it may be arbitrary length. This may be a xdstp:// URL.
string service_name = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.