Cert-Manager · Schema

cert-manager Issuer and ClusterIssuer

JSON Schema for cert-manager Issuer and ClusterIssuer custom resources (cert-manager.io/v1). An Issuer represents a certificate authority scoped to a single namespace, while a ClusterIssuer is cluster-scoped and can serve Certificate resources across all namespaces. Both resources configure the backend certificate authority connection including ACME, CA, SelfSigned, Vault, and Venafi issuer types.

CertificatesCloud NativeGraduatedKubernetesSecurityTLS

Properties

Name Type Description
apiVersion string The cert-manager API version.
kind string The resource kind: Issuer (namespace-scoped) or ClusterIssuer (cluster-scoped).
metadata object Kubernetes ObjectMeta for the Issuer or ClusterIssuer resource.
spec object
status object
View JSON Schema on GitHub