feat: add test and basic docs for catalog cluster locator

Signed-off-by: Jonah Back <jonah@jonahback.com>
This commit is contained in:
Jonah Back
2022-06-20 15:06:33 -07:00
parent 953e2e356d
commit 215bd5a6ff
@@ -19,7 +19,7 @@ import { Logger } from 'winston';
import { KubernetesClustersSupplier } from '../types/types';
import express from 'express';
import { KubernetesBuilder } from './KubernetesBuilder';
import { PluginEndpointDiscovery } from '@backstage/backend-common/dist';
import { PluginEndpointDiscovery } from '@backstage/backend-common';
/**
*