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