UNPKG

@kubernetes/client-node

Version:
32 lines 868 B
/** * 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. */ /** * DeviceCapacity describes a quantity associated with a device. */ export class V1beta1DeviceCapacity { static getAttributeTypeMap() { return V1beta1DeviceCapacity.attributeTypeMap; } constructor() { } } V1beta1DeviceCapacity.discriminator = undefined; V1beta1DeviceCapacity.mapping = undefined; V1beta1DeviceCapacity.attributeTypeMap = [ { "name": "value", "baseName": "value", "type": "string", "format": "" } ]; //# sourceMappingURL=V1beta1DeviceCapacity.js.map