UNPKG

@kubernetes/client-node

Version:
74 lines 1.9 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.33.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set. */ export class V1beta2Device { static getAttributeTypeMap() { return V1beta2Device.attributeTypeMap; } constructor() { } } V1beta2Device.discriminator = undefined; V1beta2Device.mapping = undefined; V1beta2Device.attributeTypeMap = [ { "name": "allNodes", "baseName": "allNodes", "type": "boolean", "format": "" }, { "name": "attributes", "baseName": "attributes", "type": "{ [key: string]: V1beta2DeviceAttribute; }", "format": "" }, { "name": "capacity", "baseName": "capacity", "type": "{ [key: string]: V1beta2DeviceCapacity; }", "format": "" }, { "name": "consumesCounters", "baseName": "consumesCounters", "type": "Array<V1beta2DeviceCounterConsumption>", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "nodeName", "baseName": "nodeName", "type": "string", "format": "" }, { "name": "nodeSelector", "baseName": "nodeSelector", "type": "V1NodeSelector", "format": "" }, { "name": "taints", "baseName": "taints", "type": "Array<V1beta2DeviceTaint>", "format": "" } ]; //# sourceMappingURL=V1beta2Device.js.map