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:03 +01:00
committed by GitHub
parent b4d4246dbf
commit 0c149d1c68
@@ -179,7 +179,8 @@ export const kubernetesPlugin = createBackendPlugin({
id: 'kubernetes',
register(env) {
const extensionPoint = new ClusterSupplier();
// We register the extensionPoint with the backend which allows modules to register their own ClusterSupplier.
// We register the extension point with the backend, which allows modules to
// register their own ClusterSupplier.
env.registerExtensionPoint(
kubernetesClustersSupplierExtensionPoint,
extensionPoint,