You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for an awesome project, extremely useful. For a schema, is it possible to get the kind in its pascalcased version? E.g. for monitoring.coreos.com/servicemonitor_v1.json it would be ServiceMonitor.
I'm writing a language server for yaml, and it would be useful to be able to suggest the kind based on the apiVersion. I can only figure out how to get the lowercased kind based on rhe file structure of this repo. Perhaps this is what the index file will be for? Happy to help out with populating that one.
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for an awesome project, extremely useful. For a schema, is it possible to get the kind in its pascalcased version? E.g. for monitoring.coreos.com/servicemonitor_v1.json it would be ServiceMonitor.
I'm writing a language server for yaml, and it would be useful to be able to suggest the kind based on the apiVersion. I can only figure out how to get the lowercased kind based on rhe file structure of this repo. Perhaps this is what the index file will be for? Happy to help out with populating that one.
The text was updated successfully, but these errors were encountered: