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

x/kubernetes_apis/builtin/authentication.k8s.io@v1beta1/mod.ts>AuthenticationV1beta1Api

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

Constructors

new
AuthenticationV1beta1Api(client: c.RestClient)

Methods

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