import "github.com/envoyproxy/go-control-plane/envoy/config/retry/omit_host_metadata/v2"
omit_host_metadata_config.pb.go omit_host_metadata_config.pb.validate.go
var File_envoy_config_retry_omit_host_metadata_v2_omit_host_metadata_config_proto protoreflect.FileDescriptor
type OmitHostMetadataConfig struct { // 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. MetadataMatch *core.Metadata `protobuf:"bytes,1,opt,name=metadata_match,json=metadataMatch,proto3" json:"metadata_match,omitempty"` // contains filtered or unexported fields }
A retry host predicate that can be used to reject a host based on predefined metadata match criteria. [#extension: envoy.retry_host_predicates.omit_host_metadata]
func (*OmitHostMetadataConfig) Descriptor() ([]byte, []int)
Deprecated: Use OmitHostMetadataConfig.ProtoReflect.Descriptor instead.
func (x *OmitHostMetadataConfig) GetMetadataMatch() *core.Metadata
func (*OmitHostMetadataConfig) ProtoMessage()
func (x *OmitHostMetadataConfig) ProtoReflect() protoreflect.Message
func (x *OmitHostMetadataConfig) Reset()
func (x *OmitHostMetadataConfig) String() string
func (m *OmitHostMetadataConfig) Validate() error
Validate checks the field values on OmitHostMetadataConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type OmitHostMetadataConfigValidationError struct {
// contains filtered or unexported fields
}
OmitHostMetadataConfigValidationError is the validation error returned by OmitHostMetadataConfig.Validate if the designated constraints aren't met.
func (e OmitHostMetadataConfigValidationError) Cause() error
Cause function returns cause value.
func (e OmitHostMetadataConfigValidationError) Error() string
Error satisfies the builtin error interface
func (e OmitHostMetadataConfigValidationError) ErrorName() string
ErrorName returns error name.
func (e OmitHostMetadataConfigValidationError) Field() string
Field function returns field value.
func (e OmitHostMetadataConfigValidationError) Key() bool
Key function returns key value.
func (e OmitHostMetadataConfigValidationError) Reason() string
Reason function returns reason value.
Package envoy_config_retry_omit_host_metadata_v2 imports 18 packages (graph) and is imported by 6 packages. Updated 2021-01-08. Refresh now. Tools for package owners.