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

x/kubernetes_apis/builtin/authorization.k8s.io@v1/mod.ts>AuthorizationV1Api

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

Constructors

new
AuthorizationV1Api(client: c.RestClient)

Methods

createSelfSubjectAccessReview(body: AuthorizationV1.SelfSubjectAccessReview, opts?: operations.PutOpts): Promise<AuthorizationV1.SelfSubjectAccessReview>
createSelfSubjectRulesReview(body: AuthorizationV1.SelfSubjectRulesReview, opts?: operations.PutOpts): Promise<AuthorizationV1.SelfSubjectRulesReview>
createSubjectAccessReview(body: AuthorizationV1.SubjectAccessReview, opts?: operations.PutOpts): Promise<AuthorizationV1.SubjectAccessReview>