@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface IoK8sApiCoreV1EventSource

    EventSource contains information for an event.

    interface IoK8sApiCoreV1EventSource {
        component?: string;
        host?: string;
    }
    Index

    Properties

    Properties

    component?: string

    Component from which the event is generated.

    host?: string

    Node name on which the event is generated.