Documentation ¶
Index ¶
- Variables
- type Address
- func (*Address) Descriptor() ([]byte, []int)
- func (m *Address) GetAddress() isAddress_Address
- func (m *Address) GetPipe() *Pipe
- func (m *Address) GetSocketAddress() *SocketAddress
- func (*Address) ProtoMessage()
- func (m *Address) Reset()
- func (m *Address) String() string
- func (m *Address) XXX_DiscardUnknown()
- func (m *Address) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Address) XXX_Merge(src proto.Message)
- func (*Address) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *Address) XXX_Size() int
- func (m *Address) XXX_Unmarshal(b []byte) error
- type Address_Pipe
- type Address_SocketAddress
- type BindConfig
- func (*BindConfig) Descriptor() ([]byte, []int)
- func (m *BindConfig) GetFreebind() *wrappers.BoolValue
- func (m *BindConfig) GetSocketOptions() []*base.SocketOption
- func (m *BindConfig) GetSourceAddress() *SocketAddress
- func (*BindConfig) ProtoMessage()
- func (m *BindConfig) Reset()
- func (m *BindConfig) String() string
- func (m *BindConfig) XXX_DiscardUnknown()
- func (m *BindConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BindConfig) XXX_Merge(src proto.Message)
- func (m *BindConfig) XXX_Size() int
- func (m *BindConfig) XXX_Unmarshal(b []byte) error
- type CidrRange
- func (*CidrRange) Descriptor() ([]byte, []int)
- func (m *CidrRange) GetAddressPrefix() string
- func (m *CidrRange) GetPrefixLen() *wrappers.UInt32Value
- func (*CidrRange) ProtoMessage()
- func (m *CidrRange) Reset()
- func (m *CidrRange) String() string
- func (m *CidrRange) XXX_DiscardUnknown()
- func (m *CidrRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CidrRange) XXX_Merge(src proto.Message)
- func (m *CidrRange) XXX_Size() int
- func (m *CidrRange) XXX_Unmarshal(b []byte) error
- type Pipe
- func (*Pipe) Descriptor() ([]byte, []int)
- func (m *Pipe) GetPath() string
- func (*Pipe) ProtoMessage()
- func (m *Pipe) Reset()
- func (m *Pipe) String() string
- func (m *Pipe) XXX_DiscardUnknown()
- func (m *Pipe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Pipe) XXX_Merge(src proto.Message)
- func (m *Pipe) XXX_Size() int
- func (m *Pipe) XXX_Unmarshal(b []byte) error
- type SocketAddress
- func (*SocketAddress) Descriptor() ([]byte, []int)
- func (m *SocketAddress) GetAddress() string
- func (m *SocketAddress) GetIpv4Compat() bool
- func (m *SocketAddress) GetNamedPort() string
- func (m *SocketAddress) GetPortSpecifier() isSocketAddress_PortSpecifier
- func (m *SocketAddress) GetPortValue() uint32
- func (m *SocketAddress) GetProtocol() SocketAddress_Protocol
- func (m *SocketAddress) GetResolverName() string
- func (*SocketAddress) ProtoMessage()
- func (m *SocketAddress) Reset()
- func (m *SocketAddress) String() string
- func (m *SocketAddress) XXX_DiscardUnknown()
- func (m *SocketAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SocketAddress) XXX_Merge(src proto.Message)
- func (*SocketAddress) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *SocketAddress) XXX_Size() int
- func (m *SocketAddress) XXX_Unmarshal(b []byte) error
- type SocketAddress_NamedPort
- type SocketAddress_PortValue
- type SocketAddress_Protocol
- type TcpKeepalive
- func (*TcpKeepalive) Descriptor() ([]byte, []int)
- func (m *TcpKeepalive) GetKeepaliveInterval() *wrappers.UInt32Value
- func (m *TcpKeepalive) GetKeepaliveProbes() *wrappers.UInt32Value
- func (m *TcpKeepalive) GetKeepaliveTime() *wrappers.UInt32Value
- func (*TcpKeepalive) ProtoMessage()
- func (m *TcpKeepalive) Reset()
- func (m *TcpKeepalive) String() string
- func (m *TcpKeepalive) XXX_DiscardUnknown()
- func (m *TcpKeepalive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TcpKeepalive) XXX_Merge(src proto.Message)
- func (m *TcpKeepalive) XXX_Size() int
- func (m *TcpKeepalive) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var SocketAddress_Protocol_name = map[int32]string{
0: "TCP",
1: "UDP",
}
View Source
var SocketAddress_Protocol_value = map[string]int32{
"TCP": 0,
"UDP": 1,
}
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct { // Types that are valid to be assigned to Address: // *Address_SocketAddress // *Address_Pipe Address isAddress_Address `protobuf_oneof:"address"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Address) Descriptor ¶
func (*Address) GetAddress ¶
func (m *Address) GetAddress() isAddress_Address
func (*Address) GetSocketAddress ¶
func (m *Address) GetSocketAddress() *SocketAddress
func (*Address) ProtoMessage ¶
func (*Address) ProtoMessage()
func (*Address) XXX_DiscardUnknown ¶
func (m *Address) XXX_DiscardUnknown()
func (*Address) XXX_Marshal ¶
func (*Address) XXX_OneofFuncs ¶
func (*Address) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*Address) XXX_Unmarshal ¶
type Address_Pipe ¶
type Address_Pipe struct {
Pipe *Pipe `protobuf:"bytes,2,opt,name=pipe,proto3,oneof"`
}
type Address_SocketAddress ¶
type Address_SocketAddress struct {
SocketAddress *SocketAddress `protobuf:"bytes,1,opt,name=socket_address,json=socketAddress,proto3,oneof"`
}
type BindConfig ¶
type BindConfig struct { SourceAddress *SocketAddress `protobuf:"bytes,1,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"` Freebind *wrappers.BoolValue `protobuf:"bytes,2,opt,name=freebind,proto3" json:"freebind,omitempty"` SocketOptions []*base.SocketOption `protobuf:"bytes,3,rep,name=socket_options,json=socketOptions,proto3" json:"socket_options,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BindConfig) Descriptor ¶
func (*BindConfig) Descriptor() ([]byte, []int)
func (*BindConfig) GetFreebind ¶
func (m *BindConfig) GetFreebind() *wrappers.BoolValue
func (*BindConfig) GetSocketOptions ¶
func (m *BindConfig) GetSocketOptions() []*base.SocketOption
func (*BindConfig) GetSourceAddress ¶
func (m *BindConfig) GetSourceAddress() *SocketAddress
func (*BindConfig) ProtoMessage ¶
func (*BindConfig) ProtoMessage()
func (*BindConfig) Reset ¶
func (m *BindConfig) Reset()
func (*BindConfig) String ¶
func (m *BindConfig) String() string
func (*BindConfig) XXX_DiscardUnknown ¶
func (m *BindConfig) XXX_DiscardUnknown()
func (*BindConfig) XXX_Marshal ¶
func (m *BindConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BindConfig) XXX_Merge ¶
func (dst *BindConfig) XXX_Merge(src proto.Message)
func (*BindConfig) XXX_Size ¶
func (m *BindConfig) XXX_Size() int
func (*BindConfig) XXX_Unmarshal ¶
func (m *BindConfig) XXX_Unmarshal(b []byte) error
type CidrRange ¶
type CidrRange struct { AddressPrefix string `protobuf:"bytes,1,opt,name=address_prefix,json=addressPrefix,proto3" json:"address_prefix,omitempty"` PrefixLen *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=prefix_len,json=prefixLen,proto3" json:"prefix_len,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CidrRange) Descriptor ¶
func (*CidrRange) GetAddressPrefix ¶
func (*CidrRange) GetPrefixLen ¶
func (m *CidrRange) GetPrefixLen() *wrappers.UInt32Value
func (*CidrRange) ProtoMessage ¶
func (*CidrRange) ProtoMessage()
func (*CidrRange) XXX_DiscardUnknown ¶
func (m *CidrRange) XXX_DiscardUnknown()
func (*CidrRange) XXX_Marshal ¶
func (*CidrRange) XXX_Unmarshal ¶
type Pipe ¶
type Pipe struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Pipe) Descriptor ¶
func (*Pipe) ProtoMessage ¶
func (*Pipe) ProtoMessage()
func (*Pipe) XXX_DiscardUnknown ¶
func (m *Pipe) XXX_DiscardUnknown()
func (*Pipe) XXX_Unmarshal ¶
type SocketAddress ¶
type SocketAddress struct { Protocol SocketAddress_Protocol `protobuf:"varint,1,opt,name=protocol,proto3,enum=envoy.api.v2.core.SocketAddress_Protocol" json:"protocol,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // Types that are valid to be assigned to PortSpecifier: // *SocketAddress_PortValue // *SocketAddress_NamedPort PortSpecifier isSocketAddress_PortSpecifier `protobuf_oneof:"port_specifier"` ResolverName string `protobuf:"bytes,5,opt,name=resolver_name,json=resolverName,proto3" json:"resolver_name,omitempty"` Ipv4Compat bool `protobuf:"varint,6,opt,name=ipv4_compat,json=ipv4Compat,proto3" json:"ipv4_compat,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SocketAddress) Descriptor ¶
func (*SocketAddress) Descriptor() ([]byte, []int)
func (*SocketAddress) GetAddress ¶
func (m *SocketAddress) GetAddress() string
func (*SocketAddress) GetIpv4Compat ¶
func (m *SocketAddress) GetIpv4Compat() bool
func (*SocketAddress) GetNamedPort ¶
func (m *SocketAddress) GetNamedPort() string
func (*SocketAddress) GetPortSpecifier ¶
func (m *SocketAddress) GetPortSpecifier() isSocketAddress_PortSpecifier
func (*SocketAddress) GetPortValue ¶
func (m *SocketAddress) GetPortValue() uint32
func (*SocketAddress) GetProtocol ¶
func (m *SocketAddress) GetProtocol() SocketAddress_Protocol
func (*SocketAddress) GetResolverName ¶
func (m *SocketAddress) GetResolverName() string
func (*SocketAddress) ProtoMessage ¶
func (*SocketAddress) ProtoMessage()
func (*SocketAddress) Reset ¶
func (m *SocketAddress) Reset()
func (*SocketAddress) String ¶
func (m *SocketAddress) String() string
func (*SocketAddress) XXX_DiscardUnknown ¶
func (m *SocketAddress) XXX_DiscardUnknown()
func (*SocketAddress) XXX_Marshal ¶
func (m *SocketAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SocketAddress) XXX_Merge ¶
func (dst *SocketAddress) XXX_Merge(src proto.Message)
func (*SocketAddress) XXX_OneofFuncs ¶
func (*SocketAddress) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*SocketAddress) XXX_Size ¶
func (m *SocketAddress) XXX_Size() int
func (*SocketAddress) XXX_Unmarshal ¶
func (m *SocketAddress) XXX_Unmarshal(b []byte) error
type SocketAddress_NamedPort ¶
type SocketAddress_NamedPort struct {
NamedPort string `protobuf:"bytes,4,opt,name=named_port,json=namedPort,proto3,oneof"`
}
type SocketAddress_PortValue ¶
type SocketAddress_PortValue struct {
PortValue uint32 `protobuf:"varint,3,opt,name=port_value,json=portValue,proto3,oneof"`
}
type SocketAddress_Protocol ¶
type SocketAddress_Protocol int32
const ( SocketAddress_TCP SocketAddress_Protocol = 0 SocketAddress_UDP SocketAddress_Protocol = 1 )
func (SocketAddress_Protocol) EnumDescriptor ¶
func (SocketAddress_Protocol) EnumDescriptor() ([]byte, []int)
func (SocketAddress_Protocol) String ¶
func (x SocketAddress_Protocol) String() string
type TcpKeepalive ¶
type TcpKeepalive struct { KeepaliveProbes *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=keepalive_probes,json=keepaliveProbes,proto3" json:"keepalive_probes,omitempty"` KeepaliveTime *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=keepalive_time,json=keepaliveTime,proto3" json:"keepalive_time,omitempty"` KeepaliveInterval *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=keepalive_interval,json=keepaliveInterval,proto3" json:"keepalive_interval,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TcpKeepalive) Descriptor ¶
func (*TcpKeepalive) Descriptor() ([]byte, []int)
func (*TcpKeepalive) GetKeepaliveInterval ¶
func (m *TcpKeepalive) GetKeepaliveInterval() *wrappers.UInt32Value
func (*TcpKeepalive) GetKeepaliveProbes ¶
func (m *TcpKeepalive) GetKeepaliveProbes() *wrappers.UInt32Value
func (*TcpKeepalive) GetKeepaliveTime ¶
func (m *TcpKeepalive) GetKeepaliveTime() *wrappers.UInt32Value
func (*TcpKeepalive) ProtoMessage ¶
func (*TcpKeepalive) ProtoMessage()
func (*TcpKeepalive) Reset ¶
func (m *TcpKeepalive) Reset()
func (*TcpKeepalive) String ¶
func (m *TcpKeepalive) String() string
func (*TcpKeepalive) XXX_DiscardUnknown ¶
func (m *TcpKeepalive) XXX_DiscardUnknown()
func (*TcpKeepalive) XXX_Marshal ¶
func (m *TcpKeepalive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TcpKeepalive) XXX_Merge ¶
func (dst *TcpKeepalive) XXX_Merge(src proto.Message)
func (*TcpKeepalive) XXX_Size ¶
func (m *TcpKeepalive) XXX_Size() int
func (*TcpKeepalive) XXX_Unmarshal ¶
func (m *TcpKeepalive) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.