UNPKG

@kubernetes/client-node

Version:
38 lines 955 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. */ /** * ScaleStatus represents the current status of a scale subresource. */ export class V1ScaleStatus { static getAttributeTypeMap() { return V1ScaleStatus.attributeTypeMap; } constructor() { } } V1ScaleStatus.discriminator = undefined; V1ScaleStatus.mapping = undefined; V1ScaleStatus.attributeTypeMap = [ { "name": "replicas", "baseName": "replicas", "type": "number", "format": "int32" }, { "name": "selector", "baseName": "selector", "type": "string", "format": "" } ]; //# sourceMappingURL=V1ScaleStatus.js.map