internal/controller/evictionautoscaler_controller.go (3 lines): - line 80: // TODO enum validation https://book.kubebuilder.io/reference/generating-crd#validation - line 121: // TODO later. Surge more slowly based on number of evitions (need to move back to capturing them all) - line 215: // TODO Unittest internal/controller/node_reconciler.go (2 lines): - line 62: // TODO group pods by namespace to share list/get of EvictionAutoScalers/pdbs - line 131: //TODO pull smallest cooldown from all EvictionAutoScalers if they allow defining it.