type Router struct {
*chi.Mux// contains filtered or unexported fields
}
Router implements the router for the Helm plugin, which can be registered in the router for our rest api. It contains
the apie endpoints for the plugin, a clusters client to get the installed Helm releases and the user defined
configuration.