Backstage
    Preparing search index...

    Contains the details needed to make a log request to Kubernetes, except the container name

    interface PodScope {
        cluster: ClusterAttributes;
        podName: string;
        podNamespace: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    podName: string
    podNamespace: string