Documentation
¶
Index ¶
- Variables
- type UpstreamReverseConnectionSocketInterface
- func (*UpstreamReverseConnectionSocketInterface) Descriptor() ([]byte, []int)deprecated
- func (x *UpstreamReverseConnectionSocketInterface) GetEnableDetailedStats() bool
- func (x *UpstreamReverseConnectionSocketInterface) GetPingFailureThreshold() *wrapperspb.UInt32Value
- func (x *UpstreamReverseConnectionSocketInterface) GetStatPrefix() string
- func (*UpstreamReverseConnectionSocketInterface) ProtoMessage()
- func (x *UpstreamReverseConnectionSocketInterface) ProtoReflect() protoreflect.Message
- func (x *UpstreamReverseConnectionSocketInterface) Reset()
- func (x *UpstreamReverseConnectionSocketInterface) String() string
- func (m *UpstreamReverseConnectionSocketInterface) Validate() error
- func (m *UpstreamReverseConnectionSocketInterface) ValidateAll() error
- type UpstreamReverseConnectionSocketInterfaceMultiError
- type UpstreamReverseConnectionSocketInterfaceValidationError
- func (e UpstreamReverseConnectionSocketInterfaceValidationError) Cause() error
- func (e UpstreamReverseConnectionSocketInterfaceValidationError) Error() string
- func (e UpstreamReverseConnectionSocketInterfaceValidationError) ErrorName() string
- func (e UpstreamReverseConnectionSocketInterfaceValidationError) Field() string
- func (e UpstreamReverseConnectionSocketInterfaceValidationError) Key() bool
- func (e UpstreamReverseConnectionSocketInterfaceValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_bootstrap_reverse_tunnel_upstream_socket_interface_v3_upstream_reverse_connection_socket_interface_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type UpstreamReverseConnectionSocketInterface ¶
type UpstreamReverseConnectionSocketInterface struct {
// Stat prefix for upstream reverse connection socket interface stats.
StatPrefix string `protobuf:"bytes,1,opt,name=stat_prefix,json=statPrefix,proto3" json:"stat_prefix,omitempty"`
// Number of consecutive ping failures before an idle reverse connection socket is marked dead.
// Defaults to 3 if unset. Must be at least 1.
PingFailureThreshold *wrapperspb.UInt32Value `protobuf:"bytes,2,opt,name=ping_failure_threshold,json=pingFailureThreshold,proto3" json:"ping_failure_threshold,omitempty"`
// Enable detailed per-node and per-cluster statistics.
// When enabled, emits hidden statistics for individual nodes and clusters.
// Defaults to false.
EnableDetailedStats bool `protobuf:"varint,3,opt,name=enable_detailed_stats,json=enableDetailedStats,proto3" json:"enable_detailed_stats,omitempty"`
// contains filtered or unexported fields
}
Configuration for the upstream reverse connection socket interface.
func (*UpstreamReverseConnectionSocketInterface) Descriptor
deprecated
func (*UpstreamReverseConnectionSocketInterface) Descriptor() ([]byte, []int)
Deprecated: Use UpstreamReverseConnectionSocketInterface.ProtoReflect.Descriptor instead.
func (*UpstreamReverseConnectionSocketInterface) GetEnableDetailedStats ¶
func (x *UpstreamReverseConnectionSocketInterface) GetEnableDetailedStats() bool
func (*UpstreamReverseConnectionSocketInterface) GetPingFailureThreshold ¶
func (x *UpstreamReverseConnectionSocketInterface) GetPingFailureThreshold() *wrapperspb.UInt32Value
func (*UpstreamReverseConnectionSocketInterface) GetStatPrefix ¶
func (x *UpstreamReverseConnectionSocketInterface) GetStatPrefix() string
func (*UpstreamReverseConnectionSocketInterface) ProtoMessage ¶
func (*UpstreamReverseConnectionSocketInterface) ProtoMessage()
func (*UpstreamReverseConnectionSocketInterface) ProtoReflect ¶
func (x *UpstreamReverseConnectionSocketInterface) ProtoReflect() protoreflect.Message
func (*UpstreamReverseConnectionSocketInterface) Reset ¶
func (x *UpstreamReverseConnectionSocketInterface) Reset()
func (*UpstreamReverseConnectionSocketInterface) String ¶
func (x *UpstreamReverseConnectionSocketInterface) String() string
func (*UpstreamReverseConnectionSocketInterface) Validate ¶
func (m *UpstreamReverseConnectionSocketInterface) Validate() error
Validate checks the field values on UpstreamReverseConnectionSocketInterface 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 (*UpstreamReverseConnectionSocketInterface) ValidateAll ¶
func (m *UpstreamReverseConnectionSocketInterface) ValidateAll() error
ValidateAll checks the field values on UpstreamReverseConnectionSocketInterface 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 UpstreamReverseConnectionSocketInterfaceMultiError, or nil if none found.
type UpstreamReverseConnectionSocketInterfaceMultiError ¶
type UpstreamReverseConnectionSocketInterfaceMultiError []error
UpstreamReverseConnectionSocketInterfaceMultiError is an error wrapping multiple validation errors returned by UpstreamReverseConnectionSocketInterface.ValidateAll() if the designated constraints aren't met.
func (UpstreamReverseConnectionSocketInterfaceMultiError) AllErrors ¶
func (m UpstreamReverseConnectionSocketInterfaceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpstreamReverseConnectionSocketInterfaceMultiError) Error ¶
func (m UpstreamReverseConnectionSocketInterfaceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpstreamReverseConnectionSocketInterfaceValidationError ¶
type UpstreamReverseConnectionSocketInterfaceValidationError struct {
// contains filtered or unexported fields
}
UpstreamReverseConnectionSocketInterfaceValidationError is the validation error returned by UpstreamReverseConnectionSocketInterface.Validate if the designated constraints aren't met.
func (UpstreamReverseConnectionSocketInterfaceValidationError) Cause ¶
func (e UpstreamReverseConnectionSocketInterfaceValidationError) Cause() error
Cause function returns cause value.
func (UpstreamReverseConnectionSocketInterfaceValidationError) Error ¶
func (e UpstreamReverseConnectionSocketInterfaceValidationError) Error() string
Error satisfies the builtin error interface
func (UpstreamReverseConnectionSocketInterfaceValidationError) ErrorName ¶
func (e UpstreamReverseConnectionSocketInterfaceValidationError) ErrorName() string
ErrorName returns error name.
func (UpstreamReverseConnectionSocketInterfaceValidationError) Field ¶
func (e UpstreamReverseConnectionSocketInterfaceValidationError) Field() string
Field function returns field value.
func (UpstreamReverseConnectionSocketInterfaceValidationError) Key ¶
func (e UpstreamReverseConnectionSocketInterfaceValidationError) Key() bool
Key function returns key value.
func (UpstreamReverseConnectionSocketInterfaceValidationError) Reason ¶
func (e UpstreamReverseConnectionSocketInterfaceValidationError) Reason() string
Reason function returns reason value.