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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user