certmanager v1.21.1

Certificate.spec.nameConstraints.excluded

Excluded contains the constraints which must be disallowed. Any name matching a restriction in the excluded field is invalid regardless of information appearing in the permitted

4 fields
Certificate.spec.nameConstraints.excluded fields and descriptions
Field / TypeDescription
string[]

DNSDomains is a list of DNS domains that are permitted or excluded.

  • x-kubernetes-list-type: "atomic"
string[]

EmailAddresses is a list of Email Addresses that are permitted or excluded.

  • x-kubernetes-list-type: "atomic"
string[]

IPRanges is a list of IP Ranges that are permitted or excluded. This should be a valid CIDR notation.

  • x-kubernetes-list-type: "atomic"
string[]

URIDomains is a list of URI domains that are permitted or excluded.

  • x-kubernetes-list-type: "atomic"