mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 15:46:31 +01:00
* change type to url, remove operator check and add semantic validation * update conversion config * trigger ci * change url to pointer and regenerate files * add empty string test case * update test case * update url * update back url validation in operator * trigger ci * remove url validation from operator * trigger ci * add exclusion of empty string * fix typo * add e2e test case for url * alertmanager: update optional var type to *string and add minlength validation to have stricter validation * validation: update url validation to use the new method validatURLPtr * alertmanager: change href to URL and add validation to cover more cases