Interface: EventListEvent

    plugin/registry .EventListEvent

    Event fired when kubernetes events are loaded (for a resource or not).

    Properties

    data

    data: Object

    Type declaration

    Name Type Description
    events Event [] The list of events that were loaded.
    resource? any The resource for which the events were loaded.

    Defined in

    redux/headlampEventSlice.ts:270


    type

    type: OBJECT_EVENTS

    Defined in

    redux/headlampEventSlice.ts:269