Backstage
    Preparing search index...

    Contains the details needed to make a log request to Kubernetes

    interface ContainerScope {
        cluster: ClusterAttributes;
        containerName: string;
        podName: string;
        podNamespace: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    containerName: string
    podName: string
    podNamespace: string