Documentation ¶
Index ¶
- Variables
- type OmitCanaryHostsPredicate
- func (*OmitCanaryHostsPredicate) Descriptor() ([]byte, []int)deprecated
- func (*OmitCanaryHostsPredicate) ProtoMessage()
- func (x *OmitCanaryHostsPredicate) ProtoReflect() protoreflect.Message
- func (x *OmitCanaryHostsPredicate) Reset()
- func (x *OmitCanaryHostsPredicate) String() string
- func (m *OmitCanaryHostsPredicate) Validate() error
- type OmitCanaryHostsPredicateValidationError
- func (e OmitCanaryHostsPredicateValidationError) Cause() error
- func (e OmitCanaryHostsPredicateValidationError) Error() string
- func (e OmitCanaryHostsPredicateValidationError) ErrorName() string
- func (e OmitCanaryHostsPredicateValidationError) Field() string
- func (e OmitCanaryHostsPredicateValidationError) Key() bool
- func (e OmitCanaryHostsPredicateValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_config_retry_omit_canary_hosts_v2_omit_canary_hosts_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type OmitCanaryHostsPredicate ¶
type OmitCanaryHostsPredicate struct {
// contains filtered or unexported fields
}
func (*OmitCanaryHostsPredicate) Descriptor
deprecated
func (*OmitCanaryHostsPredicate) Descriptor() ([]byte, []int)
Deprecated: Use OmitCanaryHostsPredicate.ProtoReflect.Descriptor instead.
func (*OmitCanaryHostsPredicate) ProtoMessage ¶
func (*OmitCanaryHostsPredicate) ProtoMessage()
func (*OmitCanaryHostsPredicate) ProtoReflect ¶
func (x *OmitCanaryHostsPredicate) ProtoReflect() protoreflect.Message
func (*OmitCanaryHostsPredicate) Reset ¶
func (x *OmitCanaryHostsPredicate) Reset()
func (*OmitCanaryHostsPredicate) String ¶
func (x *OmitCanaryHostsPredicate) String() string
func (*OmitCanaryHostsPredicate) Validate ¶
func (m *OmitCanaryHostsPredicate) Validate() error
Validate checks the field values on OmitCanaryHostsPredicate with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type OmitCanaryHostsPredicateValidationError ¶
type OmitCanaryHostsPredicateValidationError struct {
// contains filtered or unexported fields
}
OmitCanaryHostsPredicateValidationError is the validation error returned by OmitCanaryHostsPredicate.Validate if the designated constraints aren't met.
func (OmitCanaryHostsPredicateValidationError) Cause ¶
func (e OmitCanaryHostsPredicateValidationError) Cause() error
Cause function returns cause value.
func (OmitCanaryHostsPredicateValidationError) Error ¶
func (e OmitCanaryHostsPredicateValidationError) Error() string
Error satisfies the builtin error interface
func (OmitCanaryHostsPredicateValidationError) ErrorName ¶
func (e OmitCanaryHostsPredicateValidationError) ErrorName() string
ErrorName returns error name.
func (OmitCanaryHostsPredicateValidationError) Field ¶
func (e OmitCanaryHostsPredicateValidationError) Field() string
Field function returns field value.
func (OmitCanaryHostsPredicateValidationError) Key ¶
func (e OmitCanaryHostsPredicateValidationError) Key() bool
Key function returns key value.
func (OmitCanaryHostsPredicateValidationError) Reason ¶
func (e OmitCanaryHostsPredicateValidationError) Reason() string
Reason function returns reason value.
Click to show internal directories.
Click to hide internal directories.