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

x/kubernetes_apis/builtin/certificates.k8s.io@v1alpha1/mod.ts>CertificatesV1alpha1Api

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
class CertificatesV1alpha1Api
import { CertificatesV1alpha1Api } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/certificates.k8s.io@v1alpha1/mod.ts";

Constructors

new
CertificatesV1alpha1Api(client: c.RestClient)

Methods

createClusterTrustBundle(body: CertificatesV1alpha1.ClusterTrustBundle, opts?: operations.PutOpts)
deleteClusterTrustBundle(name: string, opts?: operations.DeleteOpts)
deleteClusterTrustBundleList(opts?: operations.DeleteListOpts)
getClusterTrustBundle(name: string, opts?: operations.NoOpts)
getClusterTrustBundleList(opts?: operations.GetListOpts)
patchClusterTrustBundle(
name: string,
type: c.PatchType,
body: CertificatesV1alpha1.ClusterTrustBundle | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceClusterTrustBundle(
name: string,
body: CertificatesV1alpha1.ClusterTrustBundle,
opts?: operations.PutOpts,
)
watchClusterTrustBundleList(opts?: operations.WatchListOpts)