Interface: TerminalEvent
Defined in: redux/headlampEventSlice.ts:220
Event fired when using the terminal.
Properties
data
data: object;
Defined in: redux/headlampEventSlice.ts:222
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 terminal is opened. 'CLOSED' when it is closed.
type
type: TERMINAL;
Defined in: redux/headlampEventSlice.ts:221