Argo CD API Client
    Preparing search index...

    Interface ArgoCdLogEntry

    A single log entry returned by the application logs endpoint.

    interface ArgoCdLogEntry {
        container?: string;
        content?: string;
        podName?: string;
        timestamp?: string;
    }
    Index

    Properties

    container?: string

    Container that produced this log line.

    content?: string

    Log line content.

    podName?: string

    Pod that produced this log line.

    timestamp?: string

    Log timestamp.