package udpv3

import "github.com/envoyproxy/go-control-plane/envoy/extensions/upstreams/http/udp/v3"

Index

Variables

var File_envoy_extensions_upstreams_http_udp_v3_udp_connection_pool_proto protoreflect.FileDescriptor

Types

type UdpConnectionPoolProto

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

A connection pool which forwards downstream HTTP as UDP to upstream, [#extension: envoy.upstreams.http.udp]

func (*UdpConnectionPoolProto) Descriptor

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

Deprecated: Use UdpConnectionPoolProto.ProtoReflect.Descriptor instead.

func (*UdpConnectionPoolProto) ProtoMessage

func (*UdpConnectionPoolProto) ProtoMessage()

func (*UdpConnectionPoolProto) ProtoReflect

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

func (*UdpConnectionPoolProto) Reset

func (x *UdpConnectionPoolProto) Reset()

func (*UdpConnectionPoolProto) String

func (x *UdpConnectionPoolProto) String() string

func (*UdpConnectionPoolProto) Validate

func (m *UdpConnectionPoolProto) Validate() error

Validate checks the field values on UdpConnectionPoolProto 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 (*UdpConnectionPoolProto) ValidateAll

func (m *UdpConnectionPoolProto) ValidateAll() error

ValidateAll checks the field values on UdpConnectionPoolProto 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 UdpConnectionPoolProtoMultiError, or nil if none found.

type UdpConnectionPoolProtoMultiError

type UdpConnectionPoolProtoMultiError []error

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

func (UdpConnectionPoolProtoMultiError) AllErrors

func (m UdpConnectionPoolProtoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UdpConnectionPoolProtoMultiError) Error

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

type UdpConnectionPoolProtoValidationError

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

UdpConnectionPoolProtoValidationError is the validation error returned by UdpConnectionPoolProto.Validate if the designated constraints aren't met.

func (UdpConnectionPoolProtoValidationError) Cause

Cause function returns cause value.

func (UdpConnectionPoolProtoValidationError) Error

Error satisfies the builtin error interface

func (UdpConnectionPoolProtoValidationError) ErrorName

ErrorName returns error name.

func (UdpConnectionPoolProtoValidationError) Field

Field function returns field value.

func (UdpConnectionPoolProtoValidationError) Key

Key function returns key value.

func (UdpConnectionPoolProtoValidationError) Reason

Reason function returns reason value.

Source Files

udp_connection_pool.pb.go udp_connection_pool.pb.validate.go

Version
v1.32.4 (latest)
Published
Feb 3, 2025
Platform
linux/amd64
Imports
17 packages
Last checked
1 day ago

Tools for package owners.