datreeio / CRDs-catalog

Popular Kubernetes CRDs (CustomResourceDefinition) in JSON schema format.
MIT License
440 stars 170 forks source link

Add CRD for k0s, dex and Grafana Operator #285

Closed Skaronator closed 1 month ago

Skaronator commented 3 months ago

Fixes #284

I am not sure if its worth adding Dex CRD since they are just used by dex internally, but why not? It shouldn't harm.

vmercierfr commented 3 months ago

We're also interested in Grafana CRD support, so please let me know if we can help in any way.

Grafana CRD is implemented by Grafana operator and may have an important impact on the way engineers are distributing dashboards as code in the future.

In our usecase, we are distributing Grafana dashboards as part of the Prometheus RDS open-source exporter and we rely on Kubeconform to ensure that our Helm diagrams are valid and can be used safely in a production environment.

Meanwhile we imported the Grafana CRD in our project.