@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.05 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.
*/
/**
* NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
*/
export class V1NonResourceAttributes {
static getAttributeTypeMap() {
return V1NonResourceAttributes.attributeTypeMap;
}
constructor() {
}
}
V1NonResourceAttributes.discriminator = undefined;
V1NonResourceAttributes.mapping = undefined;
V1NonResourceAttributes.attributeTypeMap = [
{
"name": "path",
"baseName": "path",
"type": "string",
"format": ""
},
{
"name": "verb",
"baseName": "verb",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1NonResourceAttributes.js.map