Documentation ¶
Index ¶
- Variables
- type GenericConnectionPoolProto
- func (*GenericConnectionPoolProto) Descriptor() ([]byte, []int)deprecated
- func (*GenericConnectionPoolProto) ProtoMessage()
- func (x *GenericConnectionPoolProto) ProtoReflect() protoreflect.Message
- func (x *GenericConnectionPoolProto) Reset()
- func (x *GenericConnectionPoolProto) String() string
- func (m *GenericConnectionPoolProto) Validate() error
- type GenericConnectionPoolProtoValidationError
- func (e GenericConnectionPoolProtoValidationError) Cause() error
- func (e GenericConnectionPoolProtoValidationError) Error() string
- func (e GenericConnectionPoolProtoValidationError) ErrorName() string
- func (e GenericConnectionPoolProtoValidationError) Field() string
- func (e GenericConnectionPoolProtoValidationError) Key() bool
- func (e GenericConnectionPoolProtoValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_upstreams_tcp_generic_v3_generic_connection_pool_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GenericConnectionPoolProto ¶
type GenericConnectionPoolProto struct {
// contains filtered or unexported fields
}
A connection pool which forwards downstream TCP as TCP or HTTP to upstream, based on CONNECT configuration. [#extension: envoy.upstreams.tcp.generic]
func (*GenericConnectionPoolProto) Descriptor
deprecated
func (*GenericConnectionPoolProto) Descriptor() ([]byte, []int)
Deprecated: Use GenericConnectionPoolProto.ProtoReflect.Descriptor instead.
func (*GenericConnectionPoolProto) ProtoMessage ¶
func (*GenericConnectionPoolProto) ProtoMessage()
func (*GenericConnectionPoolProto) ProtoReflect ¶
func (x *GenericConnectionPoolProto) ProtoReflect() protoreflect.Message
func (*GenericConnectionPoolProto) Reset ¶
func (x *GenericConnectionPoolProto) Reset()
func (*GenericConnectionPoolProto) String ¶
func (x *GenericConnectionPoolProto) String() string
func (*GenericConnectionPoolProto) Validate ¶
func (m *GenericConnectionPoolProto) Validate() error
Validate checks the field values on GenericConnectionPoolProto with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GenericConnectionPoolProtoValidationError ¶
type GenericConnectionPoolProtoValidationError struct {
// contains filtered or unexported fields
}
GenericConnectionPoolProtoValidationError is the validation error returned by GenericConnectionPoolProto.Validate if the designated constraints aren't met.
func (GenericConnectionPoolProtoValidationError) Cause ¶
func (e GenericConnectionPoolProtoValidationError) Cause() error
Cause function returns cause value.
func (GenericConnectionPoolProtoValidationError) Error ¶
func (e GenericConnectionPoolProtoValidationError) Error() string
Error satisfies the builtin error interface
func (GenericConnectionPoolProtoValidationError) ErrorName ¶
func (e GenericConnectionPoolProtoValidationError) ErrorName() string
ErrorName returns error name.
func (GenericConnectionPoolProtoValidationError) Field ¶
func (e GenericConnectionPoolProtoValidationError) Field() string
Field function returns field value.
func (GenericConnectionPoolProtoValidationError) Key ¶
func (e GenericConnectionPoolProtoValidationError) Key() bool
Key function returns key value.
func (GenericConnectionPoolProtoValidationError) Reason ¶
func (e GenericConnectionPoolProtoValidationError) Reason() string
Reason function returns reason value.