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:
Johan Haals
2023-01-18 14:56:39 +01:00
committed by GitHub
parent 38fffb5780
commit 0d14af7bed
@@ -161,7 +161,7 @@ Now we can use this extension point in the kubernetes backend plugin to register
```ts
import { kubernetesClustersSupplierExtensionPoint } from '@backstage/plugin-kubernetes-node';
// Our internal implementation of the extensionPoint which we do not need to export.
// Our internal implementation of the extension point, should not be exported.
class ClusterSupplier implements KubernetesClustersSupplier {
private clusterSuppliers: KubernetesClustersSupplier[] = [];