public static interface Cds.Cluster.EdsClusterConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConfigSourceOuterClass.ConfigSource |
getEdsConfig()
Configuration for the source of EDS updates for this Cluster.
|
ConfigSourceOuterClass.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.api.v2.core.ConfigSource eds_config = 1;ConfigSourceOuterClass.ConfigSource getEdsConfig()
Configuration for the source of EDS updates for this Cluster.
.envoy.api.v2.core.ConfigSource eds_config = 1;ConfigSourceOuterClass.ConfigSourceOrBuilder getEdsConfigOrBuilder()
Configuration for the source of EDS updates for this Cluster.
.envoy.api.v2.core.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.
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.
string service_name = 2;Copyright © 2018 The Envoy Project. All rights reserved.