UNPKG

@kubernetes/client-node

Version:
56 lines 1.26 kB
/** * 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. */ /** * Scale represents a scaling request for a resource. */ export class V1Scale { static getAttributeTypeMap() { return V1Scale.attributeTypeMap; } constructor() { } } V1Scale.discriminator = undefined; V1Scale.mapping = undefined; V1Scale.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta", "format": "" }, { "name": "spec", "baseName": "spec", "type": "V1ScaleSpec", "format": "" }, { "name": "status", "baseName": "status", "type": "V1ScaleStatus", "format": "" } ]; //# sourceMappingURL=V1Scale.js.map