Backstage
    Preparing search index...
    interface ObjectFetchParams {
        clusterDetails: ClusterDetails;
        credential: KubernetesCredential;
        customResources: CustomResource[];
        labelSelector?: string;
        namespace?: string;
        objectTypesToFetch: Set<ObjectToFetch>;
        serviceId: string;
    }
    Index

    Properties

    clusterDetails: ClusterDetails
    customResources: CustomResource[]
    labelSelector?: string
    namespace?: string
    objectTypesToFetch: Set<ObjectToFetch>
    serviceId: string