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