UNPKG

@kubernetes/client-node

Version:
50 lines 1.41 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.30.1 * * * 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 resulting attributes are. */ export class V1alpha2ResourceClaimStatus { static getAttributeTypeMap() { return V1alpha2ResourceClaimStatus.attributeTypeMap; } constructor() { } } V1alpha2ResourceClaimStatus.discriminator = undefined; V1alpha2ResourceClaimStatus.mapping = undefined; V1alpha2ResourceClaimStatus.attributeTypeMap = [ { "name": "allocation", "baseName": "allocation", "type": "V1alpha2AllocationResult", "format": "" }, { "name": "deallocationRequested", "baseName": "deallocationRequested", "type": "boolean", "format": "" }, { "name": "driverName", "baseName": "driverName", "type": "string", "format": "" }, { "name": "reservedFor", "baseName": "reservedFor", "type": "Array<V1alpha2ResourceClaimConsumerReference>", "format": "" } ]; //# sourceMappingURL=V1alpha2ResourceClaimStatus.js.map