mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-03-02 17:50:22 +00:00
as per prometheus golang client implementation: the only url validation done is by means of an `url.Parse()` call. we should do the same and not enforce the usage of https scheme. our readme even shows an example of descheduler config using http prometheus url scheme.