UNPKG

@kubernetes/client-node

Version:
32 lines 912 B
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.28 * * * 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.V1ResourceClaim = void 0; /** * ResourceClaim references one entry in PodSpec.ResourceClaims. */ class V1ResourceClaim { static getAttributeTypeMap() { return V1ResourceClaim.attributeTypeMap; } } exports.V1ResourceClaim = V1ResourceClaim; V1ResourceClaim.discriminator = undefined; V1ResourceClaim.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string" } ]; //# sourceMappingURL=v1ResourceClaim.js.map