package envoy_extensions_retry_host_omit_host_metadata_v3

import "github.com/envoyproxy/go-control-plane/envoy/extensions/retry/host/omit_host_metadata/v3"

Index

Types

type OmitHostMetadataConfig

type OmitHostMetadataConfig struct {
	MetadataMatch        *v3.Metadata `protobuf:"bytes,1,opt,name=metadata_match,json=metadataMatch,proto3" json:"metadata_match,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*OmitHostMetadataConfig) Descriptor

func (*OmitHostMetadataConfig) Descriptor() ([]byte, []int)

func (*OmitHostMetadataConfig) GetMetadataMatch

func (m *OmitHostMetadataConfig) GetMetadataMatch() *v3.Metadata

func (*OmitHostMetadataConfig) ProtoMessage

func (*OmitHostMetadataConfig) ProtoMessage()

func (*OmitHostMetadataConfig) Reset

func (m *OmitHostMetadataConfig) Reset()

func (*OmitHostMetadataConfig) String

func (m *OmitHostMetadataConfig) String() string

func (*OmitHostMetadataConfig) Validate

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.

func (*OmitHostMetadataConfig) XXX_DiscardUnknown

func (m *OmitHostMetadataConfig) XXX_DiscardUnknown()

func (*OmitHostMetadataConfig) XXX_Marshal

func (m *OmitHostMetadataConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OmitHostMetadataConfig) XXX_Merge

func (m *OmitHostMetadataConfig) XXX_Merge(src proto.Message)

func (*OmitHostMetadataConfig) XXX_Size

func (m *OmitHostMetadataConfig) XXX_Size() int

func (*OmitHostMetadataConfig) XXX_Unmarshal

func (m *OmitHostMetadataConfig) XXX_Unmarshal(b []byte) error

type OmitHostMetadataConfigValidationError

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 (OmitHostMetadataConfigValidationError) Cause

Cause function returns cause value.

func (OmitHostMetadataConfigValidationError) Error

Error satisfies the builtin error interface

func (OmitHostMetadataConfigValidationError) ErrorName

ErrorName returns error name.

func (OmitHostMetadataConfigValidationError) Field

Field function returns field value.

func (OmitHostMetadataConfigValidationError) Key

Key function returns key value.

func (OmitHostMetadataConfigValidationError) Reason

Reason function returns reason value.

Source Files

omit_host_metadata_config.pb.go omit_host_metadata_config.pb.validate.go

Version
v0.9.5
Published
Apr 1, 2020
Platform
darwin/amd64
Imports
15 packages
Last checked
32 minutes ago

Tools for package owners.