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
- func (m *GenericConnectionPoolProto) ValidateAll() error
- type GenericConnectionPoolProtoMultiError
- 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_http_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 HTTP as TCP or HTTP to upstream, based on CONNECT configuration. [#extension: envoy.upstreams.http.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, the first error encountered is returned, or nil if there are no violations.
func (*GenericConnectionPoolProto) ValidateAll ¶
func (m *GenericConnectionPoolProto) ValidateAll() error
ValidateAll checks the field values on GenericConnectionPoolProto 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 GenericConnectionPoolProtoMultiError, or nil if none found.
type GenericConnectionPoolProtoMultiError ¶
type GenericConnectionPoolProtoMultiError []error
GenericConnectionPoolProtoMultiError is an error wrapping multiple validation errors returned by GenericConnectionPoolProto.ValidateAll() if the designated constraints aren't met.
func (GenericConnectionPoolProtoMultiError) AllErrors ¶
func (m GenericConnectionPoolProtoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GenericConnectionPoolProtoMultiError) Error ¶
func (m GenericConnectionPoolProtoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
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.