Interface: PodAttachEvent

    plugin/registry .PodAttachEvent

    Event fired when attaching to a pod.

    Properties

    data

    data: Object

    Type declaration

    Name Type Description
    resource? Pod The resource for which the terminal was opened (currently this only happens for Pod instances).
    status OPENED | CLOSED What exactly this event represents. ‘OPEN’ when the attach dialog is opened. ‘CLOSED’ when it is closed.

    Defined in

    redux/headlampEventSlice.ts:178


    type

    type: POD_ATTACH

    Defined in

    redux/headlampEventSlice.ts:177