After scanning the openAPI document, we can now infer many relationships automatically from field names ending with either Name, Ref, or KeyRef.
The PR removes such relationships that were hardcoded before, as well as several broken hardcoded relationships.
We now also discover relationships by references while traversing the cluster's openapi document.
After scanning the openAPI document, we can now infer many relationships automatically from field names ending with either
Name
,Ref
, orKeyRef
. The PR removes such relationships that were hardcoded before, as well as several broken hardcoded relationships.We now also discover relationships by references while traversing the cluster's openapi document.