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>ClusterIssuer

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface ClusterIssuer
import { type ClusterIssuer } from "https://deno.land/x/kubernetes_apis@v0.5.0/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 in any namespace, not just the same namespace as the referent.

Properties

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