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) 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 DnsSanInput_builder ¶
type DnsSanInput_builder struct {
// contains filtered or unexported fields
}
func (DnsSanInput_builder) Build ¶
func (b0 DnsSanInput_builder) Build() *DnsSanInput
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) 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 SubjectInput_builder ¶
type SubjectInput_builder struct {
// contains filtered or unexported fields
}
func (SubjectInput_builder) Build ¶
func (b0 SubjectInput_builder) Build() *SubjectInput
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) 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
type UriSanInput_builder ¶
type UriSanInput_builder struct {
// contains filtered or unexported fields
}
func (UriSanInput_builder) Build ¶
func (b0 UriSanInput_builder) Build() *UriSanInput
Click to show internal directories.
Click to hide internal directories.