Documentation ¶
Index ¶
- Variables
- type TcpConnectionPoolProto
- func (*TcpConnectionPoolProto) Descriptor() ([]byte, []int)deprecated
- func (*TcpConnectionPoolProto) ProtoMessage()
- func (x *TcpConnectionPoolProto) ProtoReflect() protoreflect.Message
- func (x *TcpConnectionPoolProto) Reset()
- func (x *TcpConnectionPoolProto) String() string
- func (m *TcpConnectionPoolProto) Validate() error
- func (m *TcpConnectionPoolProto) ValidateAll() error
- type TcpConnectionPoolProtoMultiError
- type TcpConnectionPoolProtoValidationError
- func (e TcpConnectionPoolProtoValidationError) Cause() error
- func (e TcpConnectionPoolProtoValidationError) Error() string
- func (e TcpConnectionPoolProtoValidationError) ErrorName() string
- func (e TcpConnectionPoolProtoValidationError) Field() string
- func (e TcpConnectionPoolProtoValidationError) Key() bool
- func (e TcpConnectionPoolProtoValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_upstreams_http_tcp_v3_tcp_connection_pool_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
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
deprecated
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 ¶
func (m TcpConnectionPoolProtoMultiError) Error() string
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 ¶
func (e TcpConnectionPoolProtoValidationError) Cause() error
Cause function returns cause value.
func (TcpConnectionPoolProtoValidationError) Error ¶
func (e TcpConnectionPoolProtoValidationError) Error() string
Error satisfies the builtin error interface
func (TcpConnectionPoolProtoValidationError) ErrorName ¶
func (e TcpConnectionPoolProtoValidationError) ErrorName() string
ErrorName returns error name.
func (TcpConnectionPoolProtoValidationError) Field ¶
func (e TcpConnectionPoolProtoValidationError) Field() string
Field function returns field value.
func (TcpConnectionPoolProtoValidationError) Key ¶
func (e TcpConnectionPoolProtoValidationError) Key() bool
Key function returns key value.
func (TcpConnectionPoolProtoValidationError) Reason ¶
func (e TcpConnectionPoolProtoValidationError) Reason() string
Reason function returns reason value.