Documentation ¶
Index ¶
- Variables
- type TcpProxySettings
- func (*TcpProxySettings) Descriptor() ([]byte, []int)deprecated
- func (m *TcpProxySettings) Equal(that interface{}) bool
- func (x *TcpProxySettings) GetIdleTimeout() *duration.Duration
- func (x *TcpProxySettings) GetMaxConnectAttempts() *wrappers.UInt32Value
- func (m *TcpProxySettings) Hash(hasher hash.Hash64) (uint64, error)
- func (*TcpProxySettings) ProtoMessage()
- func (x *TcpProxySettings) ProtoReflect() protoreflect.Message
- func (x *TcpProxySettings) Reset()
- func (x *TcpProxySettings) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_solo_io_gloo_projects_gloo_api_v1_options_tcp_tcp_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TcpProxySettings ¶
type TcpProxySettings struct { MaxConnectAttempts *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=max_connect_attempts,json=maxConnectAttempts,proto3" json:"max_connect_attempts,omitempty"` IdleTimeout *duration.Duration `protobuf:"bytes,2,opt,name=idle_timeout,json=idleTimeout,proto3" json:"idle_timeout,omitempty"` // contains filtered or unexported fields }
Contains various settings for Envoy's tcp proxy filter. See here for more information: https://www.envoyproxy.io/docs/envoy/v1.10.0/api-v2/config/filter/network/tcp_proxy/v2/tcp_proxy.proto#envoy-api-msg-config-filter-network-tcp-proxy-v2-tcpproxy
func (*TcpProxySettings) Descriptor
deprecated
func (*TcpProxySettings) Descriptor() ([]byte, []int)
Deprecated: Use TcpProxySettings.ProtoReflect.Descriptor instead.
func (*TcpProxySettings) Equal ¶
func (m *TcpProxySettings) Equal(that interface{}) bool
Equal function
func (*TcpProxySettings) GetIdleTimeout ¶
func (x *TcpProxySettings) GetIdleTimeout() *duration.Duration
func (*TcpProxySettings) GetMaxConnectAttempts ¶
func (x *TcpProxySettings) GetMaxConnectAttempts() *wrappers.UInt32Value
func (*TcpProxySettings) Hash ¶ added in v1.2.13
func (m *TcpProxySettings) Hash(hasher hash.Hash64) (uint64, error)
Hash function
func (*TcpProxySettings) ProtoMessage ¶
func (*TcpProxySettings) ProtoMessage()
func (*TcpProxySettings) ProtoReflect ¶ added in v1.6.0
func (x *TcpProxySettings) ProtoReflect() protoreflect.Message
func (*TcpProxySettings) Reset ¶
func (x *TcpProxySettings) Reset()
func (*TcpProxySettings) String ¶
func (x *TcpProxySettings) String() string
Click to show internal directories.
Click to hide internal directories.