UNPKG

@kubernetes/client-node

Version:
56 lines 1.48 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. */ /** * HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point. */ export class V2HorizontalPodAutoscalerCondition { static getAttributeTypeMap() { return V2HorizontalPodAutoscalerCondition.attributeTypeMap; } constructor() { } } V2HorizontalPodAutoscalerCondition.discriminator = undefined; V2HorizontalPodAutoscalerCondition.mapping = undefined; V2HorizontalPodAutoscalerCondition.attributeTypeMap = [ { "name": "lastTransitionTime", "baseName": "lastTransitionTime", "type": "Date", "format": "date-time" }, { "name": "message", "baseName": "message", "type": "string", "format": "" }, { "name": "reason", "baseName": "reason", "type": "string", "format": "" }, { "name": "status", "baseName": "status", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=V2HorizontalPodAutoscalerCondition.js.map