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:
@@ -212,7 +212,7 @@ And that's it! Modules can now be built that add clusters into to the kubernetes
|
||||
```ts
|
||||
import { kubernetesClustersSupplierExtensionPoint } from '@backstage/plugin-kubernetes-node';
|
||||
|
||||
export const kubernetesGKEClusterSupplier = createBackendModule({
|
||||
export const kubernetesGkeClusterSupplier = createBackendModule({
|
||||
pluginId: 'kubernetes',
|
||||
moduleId: 'gke.supplier',
|
||||
register(env) {
|
||||
|
||||
Reference in New Issue
Block a user