UNPKG

@kubernetes/client-node

Version:
32 lines 816 B
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.32.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * ScaleSpec describes the attributes of a scale subresource. */ export class V1ScaleSpec { static getAttributeTypeMap() { return V1ScaleSpec.attributeTypeMap; } constructor() { } } V1ScaleSpec.discriminator = undefined; V1ScaleSpec.mapping = undefined; V1ScaleSpec.attributeTypeMap = [ { "name": "replicas", "baseName": "replicas", "type": "number", "format": "int32" } ]; //# sourceMappingURL=V1ScaleSpec.js.map