"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.22.2 * * * 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.V1ResourceFieldSelector = void 0; /** * ResourceFieldSelector represents container resources (cpu, memory) and their output format */ class V1ResourceFieldSelector { static getAttributeTypeMap() { return V1ResourceFieldSelector.attributeTypeMap; } } exports.V1ResourceFieldSelector = V1ResourceFieldSelector; V1ResourceFieldSelector.discriminator = undefined; V1ResourceFieldSelector.attributeTypeMap = [ { "name": "containerName", "baseName": "containerName", "type": "string" }, { "name": "divisor", "baseName": "divisor", "type": "string" }, { "name": "resource", "baseName": "resource", "type": "string" } ]; //# sourceMappingURL=v1ResourceFieldSelector.js.map