Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.1/builtin/certificates.k8s.io@v1alpha1/mod.ts";

Constructors

new
CertificatesV1alpha1Api(client: c.RestClient)

Methods

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