UNPKG

@kubernetes/client-node

Version:
62 lines 1.56 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. */ /** * ResourceSliceSpec contains the information published by the driver in one ResourceSlice. */ export class V1alpha3ResourceSliceSpec { static getAttributeTypeMap() { return V1alpha3ResourceSliceSpec.attributeTypeMap; } constructor() { } } V1alpha3ResourceSliceSpec.discriminator = undefined; V1alpha3ResourceSliceSpec.mapping = undefined; V1alpha3ResourceSliceSpec.attributeTypeMap = [ { "name": "allNodes", "baseName": "allNodes", "type": "boolean", "format": "" }, { "name": "devices", "baseName": "devices", "type": "Array<V1alpha3Device>", "format": "" }, { "name": "driver", "baseName": "driver", "type": "string", "format": "" }, { "name": "nodeName", "baseName": "nodeName", "type": "string", "format": "" }, { "name": "nodeSelector", "baseName": "nodeSelector", "type": "V1NodeSelector", "format": "" }, { "name": "pool", "baseName": "pool", "type": "V1alpha3ResourcePool", "format": "" } ]; //# sourceMappingURL=V1alpha3ResourceSliceSpec.js.map