import { type Issuer } from "https://deno.land/x/kubernetes_apis@v0.5.3/cert-manager/cert-manager.io@v1/mod.ts";
An Issuer represents a certificate issuing authority which can be
referenced as part of issuerRef
fields.
It is scoped to a single namespace and can therefore only be referenced by
resources within the same namespace.
Properties
spec: IssuerSpec
optional
status: IssuerStatus | null