Update docs/backend-system/building-plugins-and-modules/08-migrating.md
Signed-off-by: Johan Haals <johan.haals@gmail.com> Co-authored-by: Fredrik Adelöw <freben@gmail.com> Signed-off-by: Johan Haals <johan@haals.se>
This commit is contained in:
@@ -156,7 +156,7 @@ export const kubernetesClustersSupplierExtensionPoint =
|
||||
});
|
||||
```
|
||||
|
||||
Now we can use this extension point in the kubernetes backend plugin to register the ExtensionPoint for modules to use.
|
||||
Now we can use this extension point in the kubernetes backend plugin to register the extension point for modules to use.
|
||||
|
||||
```ts
|
||||
import { kubernetesClustersSupplierExtensionPoint } from '@backstage/plugin-kubernetes-node';
|
||||
|
||||
Reference in New Issue
Block a user