import { type ClusterIssuer } from "https://deno.land/x/kubernetes_apis@v0.3.2/cert-manager/cert-manager.io@v1alpha2/structs.ts";
A ClusterIssuer represents a certificate issuing authority which can be referenced as part of issuerRef
fields. It is similar to an Issuer, however it is cluster-scoped and therefore can be referenced by resources that exist in any namespace, not just the same namespace as the referent.
Properties
optional
spec: IssuerSpec | nulloptional
status: IssuerStatus | null