Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_extensions_transport_sockets_s2a_v3_s2a_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type S2AConfiguration ¶
type S2AConfiguration struct { // The address of the S2A. This can be an IP address or a hostname, // followed by a port number. S2AAddress string `protobuf:"bytes,1,opt,name=s2a_address,json=s2aAddress,proto3" json:"s2a_address,omitempty"` // contains filtered or unexported fields }
[#not-implemented-hide:] Configuration for S2A transport socket. This allows Envoy clients to configure how to offload mTLS handshakes to the S2A service. https://github.com/google/s2a-go#readme
func (*S2AConfiguration) Descriptor
deprecated
func (*S2AConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use S2AConfiguration.ProtoReflect.Descriptor instead.
func (*S2AConfiguration) GetS2AAddress ¶
func (x *S2AConfiguration) GetS2AAddress() string
func (*S2AConfiguration) ProtoMessage ¶
func (*S2AConfiguration) ProtoMessage()
func (*S2AConfiguration) ProtoReflect ¶
func (x *S2AConfiguration) ProtoReflect() protoreflect.Message
func (*S2AConfiguration) Reset ¶
func (x *S2AConfiguration) Reset()
func (*S2AConfiguration) String ¶
func (x *S2AConfiguration) String() string
Click to show internal directories.
Click to hide internal directories.