package tcpv3

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

Index

Variables

var File_envoy_extensions_upstreams_http_tcp_v3_tcp_connection_pool_proto protoreflect.FileDescriptor

Types

type TcpConnectionPoolProto

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

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

func (*TcpConnectionPoolProto) Descriptor

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

Deprecated: Use TcpConnectionPoolProto.ProtoReflect.Descriptor instead.

func (*TcpConnectionPoolProto) ProtoMessage

func (*TcpConnectionPoolProto) ProtoMessage()

func (*TcpConnectionPoolProto) ProtoReflect

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

func (*TcpConnectionPoolProto) Reset

func (x *TcpConnectionPoolProto) Reset()

func (*TcpConnectionPoolProto) String

func (x *TcpConnectionPoolProto) String() string

func (*TcpConnectionPoolProto) Validate

func (m *TcpConnectionPoolProto) Validate() error

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

func (m *TcpConnectionPoolProto) ValidateAll() error

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

type TcpConnectionPoolProtoMultiError

type TcpConnectionPoolProtoMultiError []error

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

func (TcpConnectionPoolProtoMultiError) AllErrors

func (m TcpConnectionPoolProtoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TcpConnectionPoolProtoMultiError) Error

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

type TcpConnectionPoolProtoValidationError

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

TcpConnectionPoolProtoValidationError is the validation error returned by TcpConnectionPoolProto.Validate if the designated constraints aren't met.

func (TcpConnectionPoolProtoValidationError) Cause

Cause function returns cause value.

func (TcpConnectionPoolProtoValidationError) Error

Error satisfies the builtin error interface

func (TcpConnectionPoolProtoValidationError) ErrorName

ErrorName returns error name.

func (TcpConnectionPoolProtoValidationError) Field

Field function returns field value.

func (TcpConnectionPoolProtoValidationError) Key

Key function returns key value.

func (TcpConnectionPoolProtoValidationError) Reason

Reason function returns reason value.

Source Files

tcp_connection_pool.pb.go tcp_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.