public interface OmitHostMetadataConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Metadata |
getMetadataMatch()
Retry host predicate metadata match criteria.
|
MetadataOrBuilder |
getMetadataMatchOrBuilder()
Retry host predicate metadata match criteria.
|
boolean |
hasMetadataMatch()
Retry host predicate metadata match criteria.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadataMatch()
Retry host predicate metadata match criteria. The hosts in the upstream cluster with matching metadata will be omitted while attempting a retry of a failed request. The metadata should be specified under the *envoy.lb* key.
.envoy.config.core.v3.Metadata metadata_match = 1;Metadata getMetadataMatch()
Retry host predicate metadata match criteria. The hosts in the upstream cluster with matching metadata will be omitted while attempting a retry of a failed request. The metadata should be specified under the *envoy.lb* key.
.envoy.config.core.v3.Metadata metadata_match = 1;MetadataOrBuilder getMetadataMatchOrBuilder()
Retry host predicate metadata match criteria. The hosts in the upstream cluster with matching metadata will be omitted while attempting a retry of a failed request. The metadata should be specified under the *envoy.lb* key.
.envoy.config.core.v3.Metadata metadata_match = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.