You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add filter for other ConfigMaps within the same namespace
* Add validationEngine and watcher to reconcilier
* Add initializer and accessible function from struct
* Fix Manager setup to account for validationEngine and watcher
* Fix missing channel
* Decouple Prometheus registry initialization
* Fix missing interface change
* Add new utils functions for Prometheus registry decoupling
* Fix global variable missleading
* Refactor validation engine package WIP
* Refactor re-use existing methods on VE
* Refactor minor changes on initializacion
* WIP Move configmap watcher to its own package
* Refactor main script to improve readability
* Fix redundant system trigger of the informer
* Rollback VE and CMW dependencies and interface
* Move CMW control to VE package
* Update comments
* Fix linting recommendations
* WIP Refactor metrics used on Prom registry to be used in VE struct
* Update documentation
* Fix loglines prefixes
* Fix linter issues
* Fix missing prefix on metrics
* Fix unit tests breaking due to metrics preload
* Fix nit recommendations
* Add dynamic namespace setting on watcher
* Fix unit tests
* Use Pod instead of deployment for namespace
* Move back Watcher to reconcilier
* Add accesses for reconcilier
* Remove Watcher from VE and fix main script
* Refactor loglines and pod namespace gather function
* Add new logic for removing unexistent checks from configuration
* Minor refactoring
* Add missing documentation and fix tests
* Unexport validation engine structure as now it's not handled outside of the package
* Add missing operator.yaml fix to get new namespace ENV variable
* Add delete scenario in the watcher
* Minor refactoring
* Bundle regenerated with missing env variable
0 commit comments