UNPKG

@kubernetes/client-node

Version:
50 lines 1.33 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. */ /** * APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced. */ export class V1APIResourceList { static getAttributeTypeMap() { return V1APIResourceList.attributeTypeMap; } constructor() { } } V1APIResourceList.discriminator = undefined; V1APIResourceList.mapping = undefined; V1APIResourceList.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "groupVersion", "baseName": "groupVersion", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "resources", "baseName": "resources", "type": "Array<V1APIResource>", "format": "" } ]; //# sourceMappingURL=V1APIResourceList.js.map