@kubernetes/client-node
Version:
NodeJS client for kubernetes
47 lines • 1.45 kB
JavaScript
;
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: release-1.27
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.V1alpha2ResourceClaimStatus = void 0;
/**
* ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.
*/
class V1alpha2ResourceClaimStatus {
static getAttributeTypeMap() {
return V1alpha2ResourceClaimStatus.attributeTypeMap;
}
}
exports.V1alpha2ResourceClaimStatus = V1alpha2ResourceClaimStatus;
V1alpha2ResourceClaimStatus.discriminator = undefined;
V1alpha2ResourceClaimStatus.attributeTypeMap = [
{
"name": "allocation",
"baseName": "allocation",
"type": "V1alpha2AllocationResult"
},
{
"name": "deallocationRequested",
"baseName": "deallocationRequested",
"type": "boolean"
},
{
"name": "driverName",
"baseName": "driverName",
"type": "string"
},
{
"name": "reservedFor",
"baseName": "reservedFor",
"type": "Array<V1alpha2ResourceClaimConsumerReference>"
}
];
//# sourceMappingURL=v1alpha2ResourceClaimStatus.js.map