Backstage
    Preparing search index...

    Props for Events

    interface EventsProps {
        clusterName: string;
        involvedObjectName: string;
        namespace: string;
        warningEventsOnly?: boolean;
    }
    Index

    Properties

    clusterName: string
    involvedObjectName: string
    namespace: string
    warningEventsOnly?: boolean