UNPKG

@kubernetes/client-node

Version:
44 lines 1.27 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. */ /** * ResourceClaimStatus tracks whether the resource has been allocated and what the result of that was. */ export class V1beta1ResourceClaimStatus { static getAttributeTypeMap() { return V1beta1ResourceClaimStatus.attributeTypeMap; } constructor() { } } V1beta1ResourceClaimStatus.discriminator = undefined; V1beta1ResourceClaimStatus.mapping = undefined; V1beta1ResourceClaimStatus.attributeTypeMap = [ { "name": "allocation", "baseName": "allocation", "type": "V1beta1AllocationResult", "format": "" }, { "name": "devices", "baseName": "devices", "type": "Array<V1beta1AllocatedDeviceStatus>", "format": "" }, { "name": "reservedFor", "baseName": "reservedFor", "type": "Array<V1beta1ResourceClaimConsumerReference>", "format": "" } ]; //# sourceMappingURL=V1beta1ResourceClaimStatus.js.map