Remove EmbeddedRouter from public API
Signed-off-by: josh <josh.timmons@hashicorp.com>
This commit is contained in:
@@ -39,7 +39,6 @@ export const isNomadAllocationsAvailable = (entity: Entity) =>
|
||||
Boolean(entity.metadata.annotations?.[NOMAD_JOB_ID_ANNOTATION]) ||
|
||||
Boolean(entity.metadata.annotations?.[NOMAD_GROUP_ANNOTATION]);
|
||||
|
||||
/** @public */
|
||||
export const EmbeddedRouter = () => {
|
||||
const { entity } = useEntity();
|
||||
|
||||
|
||||
@@ -18,8 +18,4 @@ export {
|
||||
EntityNomadJobVersionListCard,
|
||||
EntityNomadAllocationListTable,
|
||||
} from './plugin';
|
||||
export {
|
||||
isNomadAllocationsAvailable,
|
||||
isNomadJobIDAvailable,
|
||||
EmbeddedRouter,
|
||||
} from './Router';
|
||||
export { isNomadAllocationsAvailable, isNomadJobIDAvailable } from './Router';
|
||||
|
||||
Reference in New Issue
Block a user