Documentation ¶
Index ¶
- Variables
- type DefaultSocketInterface
- func (*DefaultSocketInterface) Descriptor() ([]byte, []int)deprecated
- func (*DefaultSocketInterface) ProtoMessage()
- func (x *DefaultSocketInterface) ProtoReflect() protoreflect.Message
- func (x *DefaultSocketInterface) Reset()
- func (x *DefaultSocketInterface) String() string
- func (m *DefaultSocketInterface) Validate() error
- func (m *DefaultSocketInterface) ValidateAll() error
- type DefaultSocketInterfaceMultiError
- type DefaultSocketInterfaceValidationError
- func (e DefaultSocketInterfaceValidationError) Cause() error
- func (e DefaultSocketInterfaceValidationError) Error() string
- func (e DefaultSocketInterfaceValidationError) ErrorName() string
- func (e DefaultSocketInterfaceValidationError) Field() string
- func (e DefaultSocketInterfaceValidationError) Key() bool
- func (e DefaultSocketInterfaceValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_network_socket_interface_v3_default_socket_interface_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DefaultSocketInterface ¶
type DefaultSocketInterface struct {
// contains filtered or unexported fields
}
Configuration for default socket interface that relies on OS dependent syscall to create sockets.
func (*DefaultSocketInterface) Descriptor
deprecated
func (*DefaultSocketInterface) Descriptor() ([]byte, []int)
Deprecated: Use DefaultSocketInterface.ProtoReflect.Descriptor instead.
func (*DefaultSocketInterface) ProtoMessage ¶
func (*DefaultSocketInterface) ProtoMessage()
func (*DefaultSocketInterface) ProtoReflect ¶
func (x *DefaultSocketInterface) ProtoReflect() protoreflect.Message
func (*DefaultSocketInterface) Reset ¶
func (x *DefaultSocketInterface) Reset()
func (*DefaultSocketInterface) String ¶
func (x *DefaultSocketInterface) String() string
func (*DefaultSocketInterface) Validate ¶
func (m *DefaultSocketInterface) Validate() error
Validate checks the field values on DefaultSocketInterface 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 (*DefaultSocketInterface) ValidateAll ¶
func (m *DefaultSocketInterface) ValidateAll() error
ValidateAll checks the field values on DefaultSocketInterface 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 DefaultSocketInterfaceMultiError, or nil if none found.
type DefaultSocketInterfaceMultiError ¶
type DefaultSocketInterfaceMultiError []error
DefaultSocketInterfaceMultiError is an error wrapping multiple validation errors returned by DefaultSocketInterface.ValidateAll() if the designated constraints aren't met.
func (DefaultSocketInterfaceMultiError) AllErrors ¶
func (m DefaultSocketInterfaceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DefaultSocketInterfaceMultiError) Error ¶
func (m DefaultSocketInterfaceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DefaultSocketInterfaceValidationError ¶
type DefaultSocketInterfaceValidationError struct {
// contains filtered or unexported fields
}
DefaultSocketInterfaceValidationError is the validation error returned by DefaultSocketInterface.Validate if the designated constraints aren't met.
func (DefaultSocketInterfaceValidationError) Cause ¶
func (e DefaultSocketInterfaceValidationError) Cause() error
Cause function returns cause value.
func (DefaultSocketInterfaceValidationError) Error ¶
func (e DefaultSocketInterfaceValidationError) Error() string
Error satisfies the builtin error interface
func (DefaultSocketInterfaceValidationError) ErrorName ¶
func (e DefaultSocketInterfaceValidationError) ErrorName() string
ErrorName returns error name.
func (DefaultSocketInterfaceValidationError) Field ¶
func (e DefaultSocketInterfaceValidationError) Field() string
Field function returns field value.
func (DefaultSocketInterfaceValidationError) Key ¶
func (e DefaultSocketInterfaceValidationError) Key() bool
Key function returns key value.
func (DefaultSocketInterfaceValidationError) Reason ¶
func (e DefaultSocketInterfaceValidationError) Reason() string
Reason function returns reason value.