Skip to main content

Interface: PodAttachEvent

Defined in: redux/headlampEventSlice.ts:253

Event fired when attaching to a pod.

Properties​

data​

data: object;

Defined in: redux/headlampEventSlice.ts:255

resource?​

optional resource?: Pod;

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 attach dialog is opened. 'CLOSED' when it is closed.


type​

type: POD_ATTACH;

Defined in: redux/headlampEventSlice.ts:254