Documentation ¶
Index ¶
- Variables
- type UdpConnectionPoolProto
- func (*UdpConnectionPoolProto) Descriptor() ([]byte, []int)deprecated
- func (*UdpConnectionPoolProto) ProtoMessage()
- func (x *UdpConnectionPoolProto) ProtoReflect() protoreflect.Message
- func (x *UdpConnectionPoolProto) Reset()
- func (x *UdpConnectionPoolProto) String() string
- func (m *UdpConnectionPoolProto) Validate() error
- func (m *UdpConnectionPoolProto) ValidateAll() error
- type UdpConnectionPoolProtoMultiError
- type UdpConnectionPoolProtoValidationError
- func (e UdpConnectionPoolProtoValidationError) Cause() error
- func (e UdpConnectionPoolProtoValidationError) Error() string
- func (e UdpConnectionPoolProtoValidationError) ErrorName() string
- func (e UdpConnectionPoolProtoValidationError) Field() string
- func (e UdpConnectionPoolProtoValidationError) Key() bool
- func (e UdpConnectionPoolProtoValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_upstreams_http_udp_v3_udp_connection_pool_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type UdpConnectionPoolProto ¶
type UdpConnectionPoolProto struct {
// contains filtered or unexported fields
}
A connection pool which forwards downstream HTTP as UDP to upstream, [#extension: envoy.upstreams.http.udp]
func (*UdpConnectionPoolProto) Descriptor
deprecated
func (*UdpConnectionPoolProto) Descriptor() ([]byte, []int)
Deprecated: Use UdpConnectionPoolProto.ProtoReflect.Descriptor instead.
func (*UdpConnectionPoolProto) ProtoMessage ¶
func (*UdpConnectionPoolProto) ProtoMessage()
func (*UdpConnectionPoolProto) ProtoReflect ¶
func (x *UdpConnectionPoolProto) ProtoReflect() protoreflect.Message
func (*UdpConnectionPoolProto) Reset ¶
func (x *UdpConnectionPoolProto) Reset()
func (*UdpConnectionPoolProto) String ¶
func (x *UdpConnectionPoolProto) String() string
func (*UdpConnectionPoolProto) Validate ¶
func (m *UdpConnectionPoolProto) Validate() error
Validate checks the field values on UdpConnectionPoolProto 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 (*UdpConnectionPoolProto) ValidateAll ¶
func (m *UdpConnectionPoolProto) ValidateAll() error
ValidateAll checks the field values on UdpConnectionPoolProto 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 UdpConnectionPoolProtoMultiError, or nil if none found.
type UdpConnectionPoolProtoMultiError ¶
type UdpConnectionPoolProtoMultiError []error
UdpConnectionPoolProtoMultiError is an error wrapping multiple validation errors returned by UdpConnectionPoolProto.ValidateAll() if the designated constraints aren't met.
func (UdpConnectionPoolProtoMultiError) AllErrors ¶
func (m UdpConnectionPoolProtoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UdpConnectionPoolProtoMultiError) Error ¶
func (m UdpConnectionPoolProtoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UdpConnectionPoolProtoValidationError ¶
type UdpConnectionPoolProtoValidationError struct {
// contains filtered or unexported fields
}
UdpConnectionPoolProtoValidationError is the validation error returned by UdpConnectionPoolProto.Validate if the designated constraints aren't met.
func (UdpConnectionPoolProtoValidationError) Cause ¶
func (e UdpConnectionPoolProtoValidationError) Cause() error
Cause function returns cause value.
func (UdpConnectionPoolProtoValidationError) Error ¶
func (e UdpConnectionPoolProtoValidationError) Error() string
Error satisfies the builtin error interface
func (UdpConnectionPoolProtoValidationError) ErrorName ¶
func (e UdpConnectionPoolProtoValidationError) ErrorName() string
ErrorName returns error name.
func (UdpConnectionPoolProtoValidationError) Field ¶
func (e UdpConnectionPoolProtoValidationError) Field() string
Field function returns field value.
func (UdpConnectionPoolProtoValidationError) Key ¶
func (e UdpConnectionPoolProtoValidationError) Key() bool
Key function returns key value.
func (UdpConnectionPoolProtoValidationError) Reason ¶
func (e UdpConnectionPoolProtoValidationError) Reason() string
Reason function returns reason value.