UNPKG

@kubernetes/client-node

Version:
62 lines 1.54 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.30.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * ResourceSlice provides information about available resources on individual nodes. */ export class V1alpha2ResourceSlice { static getAttributeTypeMap() { return V1alpha2ResourceSlice.attributeTypeMap; } constructor() { } } V1alpha2ResourceSlice.discriminator = undefined; V1alpha2ResourceSlice.mapping = undefined; V1alpha2ResourceSlice.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "driverName", "baseName": "driverName", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta", "format": "" }, { "name": "namedResources", "baseName": "namedResources", "type": "V1alpha2NamedResourcesResources", "format": "" }, { "name": "nodeName", "baseName": "nodeName", "type": "string", "format": "" } ]; //# sourceMappingURL=V1alpha2ResourceSlice.js.map