Jakub Łukomski
Jakub Łukomski
Analyze if it's possible to change how `components/Clusters/shared` works - possibly move some of them to a hook. For example `addCluster`, as it should most probably be using `setAuth` instead...
Allow widgets to access different resource than the one assigned to the step (and potentially allow resourceless steps). Already a dummy `ContextSwitcher` plugin is created. Expected format is `path: $resource.spec.foo`.
Allow resources to be created only in specific cases. This requires some decisions how exactly to implement this - whether this should be a per-resource condition? Or maybe the resource...
Support the `injections` sections in the wizard (identical to the resources extension).