@suluk/provision - v0.2.0
    Preparing search index...

    Interface PullEntry

    interface PullEntry {
        ref: string;
        service: string;
        name: string;
        instanceId: string;
        status: PullStatus;
        liveOutputs?: Record<string, string>;
    }
    Index

    Properties

    ref: string
    service: string
    name: string
    instanceId: string
    status: PullStatus

    live = present + matches · missing = gone from the provider · drifted = present but outputs changed · unknown = the broker has no fetch, so we couldn't check.

    liveOutputs?: Record<string, string>