UNPKG

@kubernetes/client-node

Version:
56 lines 1.58 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.32.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking. */ export class V1LocalSubjectAccessReview { static getAttributeTypeMap() { return V1LocalSubjectAccessReview.attributeTypeMap; } constructor() { } } V1LocalSubjectAccessReview.discriminator = undefined; V1LocalSubjectAccessReview.mapping = undefined; V1LocalSubjectAccessReview.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta", "format": "" }, { "name": "spec", "baseName": "spec", "type": "V1SubjectAccessReviewSpec", "format": "" }, { "name": "status", "baseName": "status", "type": "V1SubjectAccessReviewStatus", "format": "" } ]; //# sourceMappingURL=V1LocalSubjectAccessReview.js.map