AvitalTamir / cyphernetes

A Kubernetes Query Language
https://cyphernet.es
Apache License 2.0
527 stars 11 forks source link

feat: discover relationships by property name #97

Closed AvitalTamir closed 1 month ago

AvitalTamir commented 1 month ago

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.