mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 21:31:18 +01: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.