busola icon indicating copy to clipboard operation
busola copied to clipboard

Extensibility: id/ref

Open qbalukom opened this issue 1 year ago • 9 comments

Support assigning ids to widgets and referencing them in other widgets. Consider the format:

  1. string - namespace/name/id eg. ref: kube-public/qqqs/foo (could fall back to just id if within the same extension)
  2. object: eg.
ref:
  namespace: kube-public
  name: qqqs
  id: foo
  1. look into the possibility of adapting the existing $ref feature of json-schema (this would replace the currently included ReferencingHandler which isn't really used - except for the extension edit form, but that one has it's own config)

qbalukom avatar Mar 21 '23 19:03 qbalukom