"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.EventsV1EventSeries = void 0; /** * EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. How often to update the EventSeries is up to the event reporters. The default event reporter in \"k8s.io/client-go/tools/events/event_broadcaster.go\" shows how this struct is updated on heartbeats and can guide customized reporter implementations. */ class EventsV1EventSeries { static getAttributeTypeMap() { return EventsV1EventSeries.attributeTypeMap; } } exports.EventsV1EventSeries = EventsV1EventSeries; EventsV1EventSeries.discriminator = undefined; EventsV1EventSeries.attributeTypeMap = [ { "name": "count", "baseName": "count", "type": "number" }, { "name": "lastObservedTime", "baseName": "lastObservedTime", "type": "Date" } ]; //# sourceMappingURL=eventsV1EventSeries.js.map