import { type ClusterIssuer } from "https://deno.land/x/kubernetes_apis@v0.5.3/cert-manager/cert-manager.io@v1/mod.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 inany* namespace, not just the same
namespace as the referent.
Properties
spec: IssuerSpec
optional
status: IssuerStatus | null