Documentation ¶
Index ¶
- Variables
- type StartTlsConfig
- func (*StartTlsConfig) Descriptor() ([]byte, []int)deprecated
- func (x *StartTlsConfig) GetCleartextSocketConfig() *v3.RawBuffer
- func (x *StartTlsConfig) GetTlsSocketConfig() *v31.DownstreamTlsContext
- func (*StartTlsConfig) ProtoMessage()
- func (x *StartTlsConfig) ProtoReflect() protoreflect.Message
- func (x *StartTlsConfig) Reset()
- func (x *StartTlsConfig) String() string
- type UpstreamStartTlsConfig
- func (*UpstreamStartTlsConfig) Descriptor() ([]byte, []int)deprecated
- func (x *UpstreamStartTlsConfig) GetCleartextSocketConfig() *v3.RawBuffer
- func (x *UpstreamStartTlsConfig) GetTlsSocketConfig() *v31.UpstreamTlsContext
- func (*UpstreamStartTlsConfig) ProtoMessage()
- func (x *UpstreamStartTlsConfig) ProtoReflect() protoreflect.Message
- func (x *UpstreamStartTlsConfig) Reset()
- func (x *UpstreamStartTlsConfig) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_extensions_transport_sockets_starttls_v3_starttls_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type StartTlsConfig ¶
type StartTlsConfig struct { // (optional) Configuration for clear-text socket used at the beginning of the session. CleartextSocketConfig *v3.RawBuffer `` /* 126-byte string literal not displayed */ // Configuration for a downstream TLS socket. TlsSocketConfig *v31.DownstreamTlsContext `protobuf:"bytes,2,opt,name=tls_socket_config,json=tlsSocketConfig,proto3" json:"tls_socket_config,omitempty"` // contains filtered or unexported fields }
Configuration for a downstream StartTls transport socket. StartTls transport socket wraps two sockets: * raw_buffer socket which is used at the beginning of the session * TLS socket used when a protocol negotiates a switch to encrypted traffic.
func (*StartTlsConfig) Descriptor
deprecated
func (*StartTlsConfig) Descriptor() ([]byte, []int)
Deprecated: Use StartTlsConfig.ProtoReflect.Descriptor instead.
func (*StartTlsConfig) GetCleartextSocketConfig ¶
func (x *StartTlsConfig) GetCleartextSocketConfig() *v3.RawBuffer
func (*StartTlsConfig) GetTlsSocketConfig ¶
func (x *StartTlsConfig) GetTlsSocketConfig() *v31.DownstreamTlsContext
func (*StartTlsConfig) ProtoMessage ¶
func (*StartTlsConfig) ProtoMessage()
func (*StartTlsConfig) ProtoReflect ¶
func (x *StartTlsConfig) ProtoReflect() protoreflect.Message
func (*StartTlsConfig) Reset ¶
func (x *StartTlsConfig) Reset()
func (*StartTlsConfig) String ¶
func (x *StartTlsConfig) String() string
type UpstreamStartTlsConfig ¶
type UpstreamStartTlsConfig struct { // (optional) Configuration for clear-text socket used at the beginning of the session. CleartextSocketConfig *v3.RawBuffer `` /* 126-byte string literal not displayed */ // Configuration for an upstream TLS socket. TlsSocketConfig *v31.UpstreamTlsContext `protobuf:"bytes,2,opt,name=tls_socket_config,json=tlsSocketConfig,proto3" json:"tls_socket_config,omitempty"` // contains filtered or unexported fields }
Configuration for an upstream StartTls transport socket. StartTls transport socket wraps two sockets: * raw_buffer socket which is used at the beginning of the session * TLS socket used when a protocol negotiates a switch to encrypted traffic.
func (*UpstreamStartTlsConfig) Descriptor
deprecated
func (*UpstreamStartTlsConfig) Descriptor() ([]byte, []int)
Deprecated: Use UpstreamStartTlsConfig.ProtoReflect.Descriptor instead.
func (*UpstreamStartTlsConfig) GetCleartextSocketConfig ¶
func (x *UpstreamStartTlsConfig) GetCleartextSocketConfig() *v3.RawBuffer
func (*UpstreamStartTlsConfig) GetTlsSocketConfig ¶
func (x *UpstreamStartTlsConfig) GetTlsSocketConfig() *v31.UpstreamTlsContext
func (*UpstreamStartTlsConfig) ProtoMessage ¶
func (*UpstreamStartTlsConfig) ProtoMessage()
func (*UpstreamStartTlsConfig) ProtoReflect ¶
func (x *UpstreamStartTlsConfig) ProtoReflect() protoreflect.Message
func (*UpstreamStartTlsConfig) Reset ¶
func (x *UpstreamStartTlsConfig) Reset()
func (*UpstreamStartTlsConfig) String ¶
func (x *UpstreamStartTlsConfig) String() string
Click to show internal directories.
Click to hide internal directories.