@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.6 kB
JavaScript
/**
* 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.
*/
/**
* SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means \"in all namespaces\". Self is a special case, because users should always be able to check whether they can perform an action
*/
export class V1SelfSubjectAccessReview {
static getAttributeTypeMap() {
return V1SelfSubjectAccessReview.attributeTypeMap;
}
constructor() {
}
}
V1SelfSubjectAccessReview.discriminator = undefined;
V1SelfSubjectAccessReview.mapping = undefined;
V1SelfSubjectAccessReview.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": "V1SelfSubjectAccessReviewSpec",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "V1SubjectAccessReviewStatus",
"format": ""
}
];
//# sourceMappingURL=V1SelfSubjectAccessReview.js.map