Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/authentication.k8s.io@v1alpha1/mod.ts>AuthenticationV1alpha1Api

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

Constructors

new
AuthenticationV1alpha1Api(client: c.RestClient)

Methods

createSelfSubjectReview(body: AuthenticationV1alpha1.SelfSubjectReview, opts?: operations.PutOpts): Promise<AuthenticationV1alpha1.SelfSubjectReview>