parent
af043bb8a6
commit
a708efda20
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'@backstage-community/plugin-linkerd-backend': minor
|
||||
'@backstage-community/plugin-linkerd': minor
|
||||
---
|
||||
|
||||
Added `LinkerdIsMeshedBanner` and `LinkerdEdgesTable` for use in the Entity pages
|
||||
|
|
@ -12,6 +12,12 @@ import { RouteRef } from '@backstage/core-plugin-api';
|
|||
// @public
|
||||
export const LinkerdDependenciesCard: () => JSX_2.Element;
|
||||
|
||||
// @public
|
||||
export const LinkerdEdgesTable: () => JSX_2.Element;
|
||||
|
||||
// @public
|
||||
export const LinkerdIsMeshedBanner: () => JSX_2.Element | null;
|
||||
|
||||
// @public
|
||||
export const linkerdPlugin: BackstagePlugin<
|
||||
{
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ export const LinkerdIsMeshedBanner = linkerdPlugin.provide(
|
|||
|
||||
/**
|
||||
* @public
|
||||
* A table providing information on the upstream and downstream requests for a component in Linkerd
|
||||
*/
|
||||
export const LinkerdEdgesTable = linkerdPlugin.provide(
|
||||
createComponentExtension({
|
||||
|
|
|
|||
Loading…
Reference in New Issue