package
0.0.0-20250305113347-723568176820
Repository: https://github.com/cilium/proxy.git
Documentation: pkg.go.dev

# Variables

# Structs

List of comma-delimited DNS entries in the SAN field of the peer certificate for a downstream.
DnsSanInputValidationError is the validation error returned by DnsSanInput.Validate if the designated constraints aren't met.
Input that matches the subject field of the peer certificate in RFC 2253 format for a downstream.
SubjectInputValidationError is the validation error returned by SubjectInput.Validate if the designated constraints aren't met.
List of comma-delimited URIs in the SAN field of the peer certificate for a downstream.
UriSanInputValidationError is the validation error returned by UriSanInput.Validate if the designated constraints aren't met.

# Type aliases

DnsSanInputMultiError is an error wrapping multiple validation errors returned by DnsSanInput.ValidateAll() if the designated constraints aren't met.
SubjectInputMultiError is an error wrapping multiple validation errors returned by SubjectInput.ValidateAll() if the designated constraints aren't met.
UriSanInputMultiError is an error wrapping multiple validation errors returned by UriSanInput.ValidateAll() if the designated constraints aren't met.