UNPKG

@kubernetes/client-node

Version:
38 lines 1.32 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. */ /** * 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. */ export class EventsV1EventSeries { static getAttributeTypeMap() { return EventsV1EventSeries.attributeTypeMap; } constructor() { } } EventsV1EventSeries.discriminator = undefined; EventsV1EventSeries.mapping = undefined; EventsV1EventSeries.attributeTypeMap = [ { "name": "count", "baseName": "count", "type": "number", "format": "int32" }, { "name": "lastObservedTime", "baseName": "lastObservedTime", "type": "V1MicroTime", "format": "date-time-micro" } ]; //# sourceMappingURL=EventsV1EventSeries.js.map