Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/cert-manager/cert-manager.io@v1/mod.ts>Issuer

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface Issuer
import { type Issuer } from "https://deno.land/x/kubernetes_apis@v0.5.0/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

optional
apiVersion: "cert-manager.io/v1"
optional
kind: "Issuer"
optional
metadata: MetaV1.ObjectMeta | null
optional
status: IssuerStatus | null