Backstage
    Preparing search index...

    Used to locate which cluster(s) a service is running on

    interface KubernetesServiceLocator {
        getClustersByEntity(
            entity: Entity,
            requestContext: ServiceLocatorRequestContext,
        ): Promise<{ clusters: ClusterDetails[] }>;
    }
    Index

    Methods