"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.V1CustomResourceSubresourceScale = void 0; /** * CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources. */ class V1CustomResourceSubresourceScale { static getAttributeTypeMap() { return V1CustomResourceSubresourceScale.attributeTypeMap; } } exports.V1CustomResourceSubresourceScale = V1CustomResourceSubresourceScale; V1CustomResourceSubresourceScale.discriminator = undefined; V1CustomResourceSubresourceScale.attributeTypeMap = [ { "name": "labelSelectorPath", "baseName": "labelSelectorPath", "type": "string" }, { "name": "specReplicasPath", "baseName": "specReplicasPath", "type": "string" }, { "name": "statusReplicasPath", "baseName": "statusReplicasPath", "type": "string" } ]; //# sourceMappingURL=v1CustomResourceSubresourceScale.js.map