Refactor file watching
Closed this issue · 0 comments
mathianasj commented
Right now we have almost copy/paste duplication of the file watcher for the systemCAFilename in
apiservice_controller.go
customresourcedefinition_controller.go
mutatingwebhookconfiguration_controller.go
validationwebhookconfiguration_controller.go
I would like to see this functionality abstracted out of these files and placed in a shared location.