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:
@@ -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[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user