envoy_extensions_filters_listener_proxy_protocol_v3

package
v0.10.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2021 License: Apache-2.0 Imports: 19 Imported by: 22

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_extensions_filters_listener_proxy_protocol_v3_proxy_protocol_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ProxyProtocol

type ProxyProtocol struct {

	// The list of rules to apply to requests.
	Rules []*ProxyProtocol_Rule `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

func (*ProxyProtocol) Descriptor deprecated

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

Deprecated: Use ProxyProtocol.ProtoReflect.Descriptor instead.

func (*ProxyProtocol) GetRules added in v0.9.6

func (x *ProxyProtocol) GetRules() []*ProxyProtocol_Rule

func (*ProxyProtocol) ProtoMessage

func (*ProxyProtocol) ProtoMessage()

func (*ProxyProtocol) ProtoReflect added in v0.9.6

func (x *ProxyProtocol) ProtoReflect() protoreflect.Message

func (*ProxyProtocol) Reset

func (x *ProxyProtocol) Reset()

func (*ProxyProtocol) String

func (x *ProxyProtocol) String() string

func (*ProxyProtocol) Validate

func (m *ProxyProtocol) Validate() error

Validate checks the field values on ProxyProtocol with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ProxyProtocol) ValidateAll added in v0.10.0

func (m *ProxyProtocol) ValidateAll() error

ValidateAll checks the field values on ProxyProtocol with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProxyProtocolMultiError, or nil if none found.

type ProxyProtocolMultiError added in v0.10.0

type ProxyProtocolMultiError []error

ProxyProtocolMultiError is an error wrapping multiple validation errors returned by ProxyProtocol.ValidateAll() if the designated constraints aren't met.

func (ProxyProtocolMultiError) AllErrors added in v0.10.0

func (m ProxyProtocolMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProxyProtocolMultiError) Error added in v0.10.0

func (m ProxyProtocolMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ProxyProtocolValidationError

type ProxyProtocolValidationError struct {
	// contains filtered or unexported fields
}

ProxyProtocolValidationError is the validation error returned by ProxyProtocol.Validate if the designated constraints aren't met.

func (ProxyProtocolValidationError) Cause

Cause function returns cause value.

func (ProxyProtocolValidationError) Error

Error satisfies the builtin error interface

func (ProxyProtocolValidationError) ErrorName

func (e ProxyProtocolValidationError) ErrorName() string

ErrorName returns error name.

func (ProxyProtocolValidationError) Field

Field function returns field value.

func (ProxyProtocolValidationError) Key

Key function returns key value.

func (ProxyProtocolValidationError) Reason

Reason function returns reason value.

type ProxyProtocol_KeyValuePair added in v0.9.6

type ProxyProtocol_KeyValuePair struct {

	// The namespace — if this is empty, the filter's namespace will be used.
	MetadataNamespace string `protobuf:"bytes,1,opt,name=metadata_namespace,json=metadataNamespace,proto3" json:"metadata_namespace,omitempty"`
	// The key to use within the namespace.
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*ProxyProtocol_KeyValuePair) Descriptor deprecated added in v0.9.6

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

Deprecated: Use ProxyProtocol_KeyValuePair.ProtoReflect.Descriptor instead.

func (*ProxyProtocol_KeyValuePair) GetKey added in v0.9.6

func (x *ProxyProtocol_KeyValuePair) GetKey() string

func (*ProxyProtocol_KeyValuePair) GetMetadataNamespace added in v0.9.6

func (x *ProxyProtocol_KeyValuePair) GetMetadataNamespace() string

func (*ProxyProtocol_KeyValuePair) ProtoMessage added in v0.9.6

func (*ProxyProtocol_KeyValuePair) ProtoMessage()

func (*ProxyProtocol_KeyValuePair) ProtoReflect added in v0.9.6

func (*ProxyProtocol_KeyValuePair) Reset added in v0.9.6

func (x *ProxyProtocol_KeyValuePair) Reset()

func (*ProxyProtocol_KeyValuePair) String added in v0.9.6

func (x *ProxyProtocol_KeyValuePair) String() string

func (*ProxyProtocol_KeyValuePair) Validate added in v0.9.6

func (m *ProxyProtocol_KeyValuePair) Validate() error

Validate checks the field values on ProxyProtocol_KeyValuePair with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ProxyProtocol_KeyValuePair) ValidateAll added in v0.10.0

func (m *ProxyProtocol_KeyValuePair) ValidateAll() error

ValidateAll checks the field values on ProxyProtocol_KeyValuePair with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProxyProtocol_KeyValuePairMultiError, or nil if none found.

type ProxyProtocol_KeyValuePairMultiError added in v0.10.0

type ProxyProtocol_KeyValuePairMultiError []error

ProxyProtocol_KeyValuePairMultiError is an error wrapping multiple validation errors returned by ProxyProtocol_KeyValuePair.ValidateAll() if the designated constraints aren't met.

func (ProxyProtocol_KeyValuePairMultiError) AllErrors added in v0.10.0

AllErrors returns a list of validation violation errors.

func (ProxyProtocol_KeyValuePairMultiError) Error added in v0.10.0

Error returns a concatenation of all the error messages it wraps.

type ProxyProtocol_KeyValuePairValidationError added in v0.9.6

type ProxyProtocol_KeyValuePairValidationError struct {
	// contains filtered or unexported fields
}

ProxyProtocol_KeyValuePairValidationError is the validation error returned by ProxyProtocol_KeyValuePair.Validate if the designated constraints aren't met.

func (ProxyProtocol_KeyValuePairValidationError) Cause added in v0.9.6

Cause function returns cause value.

func (ProxyProtocol_KeyValuePairValidationError) Error added in v0.9.6

Error satisfies the builtin error interface

func (ProxyProtocol_KeyValuePairValidationError) ErrorName added in v0.9.6

ErrorName returns error name.

func (ProxyProtocol_KeyValuePairValidationError) Field added in v0.9.6

Field function returns field value.

func (ProxyProtocol_KeyValuePairValidationError) Key added in v0.9.6

Key function returns key value.

func (ProxyProtocol_KeyValuePairValidationError) Reason added in v0.9.6

Reason function returns reason value.

type ProxyProtocol_Rule added in v0.9.6

type ProxyProtocol_Rule struct {

	// The type that triggers the rule - required
	// TLV type is defined as uint8_t in proxy protocol. See `the spec
	// <https://www.haproxy.org/download/2.1/doc/proxy-protocol.txt>`_ for details.
	TlvType uint32 `protobuf:"varint,1,opt,name=tlv_type,json=tlvType,proto3" json:"tlv_type,omitempty"`
	// If the TLV type is present, apply this metadata KeyValuePair.
	OnTlvPresent *ProxyProtocol_KeyValuePair `protobuf:"bytes,2,opt,name=on_tlv_present,json=onTlvPresent,proto3" json:"on_tlv_present,omitempty"`
	// contains filtered or unexported fields
}

A Rule defines what metadata to apply when a header is present or missing.

func (*ProxyProtocol_Rule) Descriptor deprecated added in v0.9.6

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

Deprecated: Use ProxyProtocol_Rule.ProtoReflect.Descriptor instead.

func (*ProxyProtocol_Rule) GetOnTlvPresent added in v0.9.6

func (x *ProxyProtocol_Rule) GetOnTlvPresent() *ProxyProtocol_KeyValuePair

func (*ProxyProtocol_Rule) GetTlvType added in v0.9.6

func (x *ProxyProtocol_Rule) GetTlvType() uint32

func (*ProxyProtocol_Rule) ProtoMessage added in v0.9.6

func (*ProxyProtocol_Rule) ProtoMessage()

func (*ProxyProtocol_Rule) ProtoReflect added in v0.9.6

func (x *ProxyProtocol_Rule) ProtoReflect() protoreflect.Message

func (*ProxyProtocol_Rule) Reset added in v0.9.6

func (x *ProxyProtocol_Rule) Reset()

func (*ProxyProtocol_Rule) String added in v0.9.6

func (x *ProxyProtocol_Rule) String() string

func (*ProxyProtocol_Rule) Validate added in v0.9.6

func (m *ProxyProtocol_Rule) Validate() error

Validate checks the field values on ProxyProtocol_Rule with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ProxyProtocol_Rule) ValidateAll added in v0.10.0

func (m *ProxyProtocol_Rule) ValidateAll() error

ValidateAll checks the field values on ProxyProtocol_Rule with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProxyProtocol_RuleMultiError, or nil if none found.

type ProxyProtocol_RuleMultiError added in v0.10.0

type ProxyProtocol_RuleMultiError []error

ProxyProtocol_RuleMultiError is an error wrapping multiple validation errors returned by ProxyProtocol_Rule.ValidateAll() if the designated constraints aren't met.

func (ProxyProtocol_RuleMultiError) AllErrors added in v0.10.0

func (m ProxyProtocol_RuleMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProxyProtocol_RuleMultiError) Error added in v0.10.0

Error returns a concatenation of all the error messages it wraps.

type ProxyProtocol_RuleValidationError added in v0.9.6

type ProxyProtocol_RuleValidationError struct {
	// contains filtered or unexported fields
}

ProxyProtocol_RuleValidationError is the validation error returned by ProxyProtocol_Rule.Validate if the designated constraints aren't met.

func (ProxyProtocol_RuleValidationError) Cause added in v0.9.6

Cause function returns cause value.

func (ProxyProtocol_RuleValidationError) Error added in v0.9.6

Error satisfies the builtin error interface

func (ProxyProtocol_RuleValidationError) ErrorName added in v0.9.6

ErrorName returns error name.

func (ProxyProtocol_RuleValidationError) Field added in v0.9.6

Field function returns field value.

func (ProxyProtocol_RuleValidationError) Key added in v0.9.6

Key function returns key value.

func (ProxyProtocol_RuleValidationError) Reason added in v0.9.6

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL