busola
busola copied to clipboard
Extensibility: id/ref
Support assigning ids to widgets and referencing them in other widgets. Consider the format:
- string -
namespace/name/id
eg.ref: kube-public/qqqs/foo
(could fall back to justid
if within the same extension) - object: eg.
ref:
namespace: kube-public
name: qqqs
id: foo
- look into the possibility of adapting the existing
$ref
feature of json-schema (this would replace the currently includedReferencingHandler
which isn't really used - except for the extension edit form, but that one has it's own config)