UNPKG

@kubernetes/client-node

Version:
80 lines 1.93 kB
/** * 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. */ /** * ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface */ export class V1ResourceAttributes { static getAttributeTypeMap() { return V1ResourceAttributes.attributeTypeMap; } constructor() { } } V1ResourceAttributes.discriminator = undefined; V1ResourceAttributes.mapping = undefined; V1ResourceAttributes.attributeTypeMap = [ { "name": "fieldSelector", "baseName": "fieldSelector", "type": "V1FieldSelectorAttributes", "format": "" }, { "name": "group", "baseName": "group", "type": "string", "format": "" }, { "name": "labelSelector", "baseName": "labelSelector", "type": "V1LabelSelectorAttributes", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "namespace", "baseName": "namespace", "type": "string", "format": "" }, { "name": "resource", "baseName": "resource", "type": "string", "format": "" }, { "name": "subresource", "baseName": "subresource", "type": "string", "format": "" }, { "name": "verb", "baseName": "verb", "type": "string", "format": "" }, { "name": "version", "baseName": "version", "type": "string", "format": "" } ]; //# sourceMappingURL=V1ResourceAttributes.js.map