Interface: PodAttachEvent
Event fired when attaching to a pod.
Properties
data
data: object;
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.
Defined in
src/redux/headlampEventSlice.ts:194
type
type: POD_ATTACH;