"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.22.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1ResourceAttributes = void 0; /** * ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface */ class V1ResourceAttributes { static getAttributeTypeMap() { return V1ResourceAttributes.attributeTypeMap; } } exports.V1ResourceAttributes = V1ResourceAttributes; V1ResourceAttributes.discriminator = undefined; V1ResourceAttributes.attributeTypeMap = [ { "name": "group", "baseName": "group", "type": "string" }, { "name": "name", "baseName": "name", "type": "string" }, { "name": "namespace", "baseName": "namespace", "type": "string" }, { "name": "resource", "baseName": "resource", "type": "string" }, { "name": "subresource", "baseName": "subresource", "type": "string" }, { "name": "verb", "baseName": "verb", "type": "string" }, { "name": "version", "baseName": "version", "type": "string" } ]; //# sourceMappingURL=v1ResourceAttributes.js.map