@kubernetes/client-node
Version:
NodeJS client for kubernetes
42 lines • 1.16 kB
JavaScript
;
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: release-1.28
*
*
* 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.V2HPAScalingPolicy = void 0;
/**
* HPAScalingPolicy is a single policy which must hold true for a specified past interval.
*/
class V2HPAScalingPolicy {
static getAttributeTypeMap() {
return V2HPAScalingPolicy.attributeTypeMap;
}
}
exports.V2HPAScalingPolicy = V2HPAScalingPolicy;
V2HPAScalingPolicy.discriminator = undefined;
V2HPAScalingPolicy.attributeTypeMap = [
{
"name": "periodSeconds",
"baseName": "periodSeconds",
"type": "number"
},
{
"name": "type",
"baseName": "type",
"type": "string"
},
{
"name": "value",
"baseName": "value",
"type": "number"
}
];
//# sourceMappingURL=v2HPAScalingPolicy.js.map