UNPKG

kubernetes-models

Version:
10 lines (9 loc) 600 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../../_schemas/IoK8sApiAuthorizationV1SelfSubjectAccessReviewSpec.mjs"; /** * SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set */ export class SelfSubjectAccessReviewSpec extends Model { } setSchema(SelfSubjectAccessReviewSpec, "io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec", addSchema); export { SelfSubjectAccessReviewSpec as IoK8sApiAuthorizationV1SelfSubjectAccessReviewSpec };