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:
@@ -97,7 +97,7 @@ const kubernetesPlugin = createBackendPlugin((options: KubernetesOptions) => ({
|
||||
register(env) {
|
||||
env.registerInit({
|
||||
deps: {
|
||||
/* omitted imports but they remain the same as above */
|
||||
/* omitted dependencies but they remain the same as above */
|
||||
},
|
||||
async init({ config, logger, catalogApi, discovery, http }) {
|
||||
const { router } = await KubernetesBuilder.createBuilder({
|
||||
|
||||
Reference in New Issue
Block a user