UNPKG

@kubernetes/client-node

Version:
44 lines 1.28 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 V1alpha3ResourceClaimStatus { static getAttributeTypeMap() { return V1alpha3ResourceClaimStatus.attributeTypeMap; } constructor() { } } V1alpha3ResourceClaimStatus.discriminator = undefined; V1alpha3ResourceClaimStatus.mapping = undefined; V1alpha3ResourceClaimStatus.attributeTypeMap = [ { "name": "allocation", "baseName": "allocation", "type": "V1alpha3AllocationResult", "format": "" }, { "name": "devices", "baseName": "devices", "type": "Array<V1alpha3AllocatedDeviceStatus>", "format": "" }, { "name": "reservedFor", "baseName": "reservedFor", "type": "Array<V1alpha3ResourceClaimConsumerReference>", "format": "" } ]; //# sourceMappingURL=V1alpha3ResourceClaimStatus.js.map