UNPKG

@kubernetes/client-node

Version:
52 lines 1.59 kB
"use strict"; /** * 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.V1alpha2ResourceClaim = void 0; /** * ResourceClaim describes which resources are needed by a resource consumer. Its status tracks whether the resource has been allocated and what the resulting attributes are. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate. */ class V1alpha2ResourceClaim { static getAttributeTypeMap() { return V1alpha2ResourceClaim.attributeTypeMap; } } exports.V1alpha2ResourceClaim = V1alpha2ResourceClaim; V1alpha2ResourceClaim.discriminator = undefined; V1alpha2ResourceClaim.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string" }, { "name": "kind", "baseName": "kind", "type": "string" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta" }, { "name": "spec", "baseName": "spec", "type": "V1alpha2ResourceClaimSpec" }, { "name": "status", "baseName": "status", "type": "V1alpha2ResourceClaimStatus" } ]; //# sourceMappingURL=v1alpha2ResourceClaim.js.map