import "github.com/envoyproxy/go-control-plane/envoy/extensions/upstreams/http/generic/v3"
generic_connection_pool.pb.go generic_connection_pool.pb.validate.go
var File_envoy_extensions_upstreams_http_generic_v3_generic_connection_pool_proto protoreflect.FileDescriptor
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() ([]byte, []int)
Deprecated: Use GenericConnectionPoolProto.ProtoReflect.Descriptor instead.
func (*GenericConnectionPoolProto) ProtoMessage()
func (x *GenericConnectionPoolProto) ProtoReflect() protoreflect.Message
func (x *GenericConnectionPoolProto) Reset()
func (x *GenericConnectionPoolProto) String() string
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 struct {
// contains filtered or unexported fields
}
GenericConnectionPoolProtoValidationError is the validation error returned by GenericConnectionPoolProto.Validate if the designated constraints aren't met.
func (e GenericConnectionPoolProtoValidationError) Cause() error
Cause function returns cause value.
func (e GenericConnectionPoolProtoValidationError) Error() string
Error satisfies the builtin error interface
func (e GenericConnectionPoolProtoValidationError) ErrorName() string
ErrorName returns error name.
func (e GenericConnectionPoolProtoValidationError) Field() string
Field function returns field value.
func (e GenericConnectionPoolProtoValidationError) Key() bool
Key function returns key value.
func (e GenericConnectionPoolProtoValidationError) Reason() string
Reason function returns reason value.
Package envoy_extensions_upstreams_http_generic_v3 imports 17 packages (graph) and is imported by 5 packages. Updated 2021-01-07. Refresh now. Tools for package owners.