2021-12-07 13:18:08 -05:00

52 lines
1.2 KiB
JavaScript

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