@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.22 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.
*/
/**
* SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
*/
export class V1SelfSubjectAccessReviewSpec {
static getAttributeTypeMap() {
return V1SelfSubjectAccessReviewSpec.attributeTypeMap;
}
constructor() {
}
}
V1SelfSubjectAccessReviewSpec.discriminator = undefined;
V1SelfSubjectAccessReviewSpec.mapping = undefined;
V1SelfSubjectAccessReviewSpec.attributeTypeMap = [
{
"name": "nonResourceAttributes",
"baseName": "nonResourceAttributes",
"type": "V1NonResourceAttributes",
"format": ""
},
{
"name": "resourceAttributes",
"baseName": "resourceAttributes",
"type": "V1ResourceAttributes",
"format": ""
}
];
//# sourceMappingURL=V1SelfSubjectAccessReviewSpec.js.map