grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators
Apache License 2.0
41 stars 7 forks source link

feat: add operator kubeconfig loader #326

Closed ferruvich closed 2 weeks ago

ferruvich commented 3 weeks ago

What

We noticed there's no common, standardised way to load a kubeconfig from an operator using the SDK, this PR adds a function that makes developers able to load that from a given path.

Why

So that developers have a standardised way to load their operator kubeconfigs.