Interface: LogsEvent
Defined in: redux/headlampEventSlice.ts:202
Event fired when viewing pod logs.
Properties
data
data: object;
Defined in: redux/headlampEventSlice.ts:204
resource?
optional resource?: KubeObject<any>;
The resource for which the terminal was opened (currently this only happens for Pod instances).
status
status: OPENED | CLOSED;
What exactly this event represents. 'OPEN' when the logs dialog is opened. 'CLOSED' when it is closed.
type
type: LOGS;
Defined in: redux/headlampEventSlice.ts:203