Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_extensions_matching_common_inputs_ssl_v3_ssl_inputs_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DnsSanInput ¶
type DnsSanInput struct {
// contains filtered or unexported fields
}
List of comma-delimited DNS entries in the SAN field of the peer certificate for a downstream. [#extension: envoy.matching.inputs.dns_san]
func (*DnsSanInput) Descriptor
deprecated
func (*DnsSanInput) Descriptor() ([]byte, []int)
Deprecated: Use DnsSanInput.ProtoReflect.Descriptor instead.
func (*DnsSanInput) ProtoMessage ¶
func (*DnsSanInput) ProtoMessage()
func (*DnsSanInput) ProtoReflect ¶
func (x *DnsSanInput) ProtoReflect() protoreflect.Message
func (*DnsSanInput) Reset ¶
func (x *DnsSanInput) Reset()
func (*DnsSanInput) String ¶
func (x *DnsSanInput) String() string
type SubjectInput ¶
type SubjectInput struct {
// contains filtered or unexported fields
}
Input that matches the subject field of the peer certificate in RFC 2253 format for a downstream. [#extension: envoy.matching.inputs.subject]
func (*SubjectInput) Descriptor
deprecated
func (*SubjectInput) Descriptor() ([]byte, []int)
Deprecated: Use SubjectInput.ProtoReflect.Descriptor instead.
func (*SubjectInput) ProtoMessage ¶
func (*SubjectInput) ProtoMessage()
func (*SubjectInput) ProtoReflect ¶
func (x *SubjectInput) ProtoReflect() protoreflect.Message
func (*SubjectInput) Reset ¶
func (x *SubjectInput) Reset()
func (*SubjectInput) String ¶
func (x *SubjectInput) String() string
type UriSanInput ¶
type UriSanInput struct {
// contains filtered or unexported fields
}
List of comma-delimited URIs in the SAN field of the peer certificate for a downstream. [#extension: envoy.matching.inputs.uri_san]
func (*UriSanInput) Descriptor
deprecated
func (*UriSanInput) Descriptor() ([]byte, []int)
Deprecated: Use UriSanInput.ProtoReflect.Descriptor instead.
func (*UriSanInput) ProtoMessage ¶
func (*UriSanInput) ProtoMessage()
func (*UriSanInput) ProtoReflect ¶
func (x *UriSanInput) ProtoReflect() protoreflect.Message
func (*UriSanInput) Reset ¶
func (x *UriSanInput) Reset()
func (*UriSanInput) String ¶
func (x *UriSanInput) String() string
Click to show internal directories.
Click to hide internal directories.