bland-translator-58922
04/03/2025, 1:07 PMbusy-ability-54059
04/03/2025, 1:30 PMconfigureType
.
virtualType
is for non-resource pages (it can be anything you want).
For more information about the side menu entries for these pages: https://extensions.rancher.io/extensions/next/api/nav/side-menu
As for routing, your extension usually only falls in one of two categories: top-level-product
or a cluster-level-product
https://extensions.rancher.io/extensions/next/usecases/overview
You can check the basic examples on the link above. Careful that the routing needs to follow some specific rules. So better to have pretty clear what type of extension you are developing and follow the basic routing examples we offer on the documentation.
For a top-level-product
you can follow Elemental as an example: https://github.com/rancher/elemental-ui
For a cluster-level-product
you can follow Kubewarden as an example: https://github.com/rancher/kubewarden-uibusy-ability-54059
04/03/2025, 1:33 PMbland-translator-58922
04/03/2025, 2:35 PM