certmanager v1.21.1

Certificate.spec.nameConstraints.permitted

Permitted contains the constraints in which the names must be located.

4 fields
Certificate.spec.nameConstraints.permitted 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"