UNPKG

@kubernetes/client-node

Version:
86 lines 1.95 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. */ /** * APIResource specifies the name of a resource and whether it is namespaced. */ export class V1APIResource { static getAttributeTypeMap() { return V1APIResource.attributeTypeMap; } constructor() { } } V1APIResource.discriminator = undefined; V1APIResource.mapping = undefined; V1APIResource.attributeTypeMap = [ { "name": "categories", "baseName": "categories", "type": "Array<string>", "format": "" }, { "name": "group", "baseName": "group", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "namespaced", "baseName": "namespaced", "type": "boolean", "format": "" }, { "name": "shortNames", "baseName": "shortNames", "type": "Array<string>", "format": "" }, { "name": "singularName", "baseName": "singularName", "type": "string", "format": "" }, { "name": "storageVersionHash", "baseName": "storageVersionHash", "type": "string", "format": "" }, { "name": "verbs", "baseName": "verbs", "type": "Array<string>", "format": "" }, { "name": "version", "baseName": "version", "type": "string", "format": "" } ]; //# sourceMappingURL=V1APIResource.js.map