Ah go slower! is a controller for reacting to and mutating argo-events resources. Its original purpose is to inject rate limits for sensors with k8s trigger targets.
default-rate-limit-unitsets the default trigger rate limit unit.default-requests-per-unitsets the default trigger rate limit value.rate-limit-unit-annotationsets the namespace annotation key to look for the RateLimit unit value. The configured annotation value must beSecond,Minute, orHour.requests-per-unit-annotationsets the namespace annotation key to look for the RateLimit requestsPerUnit value. The configured annotation value must conform to typeint32.
Run skaffold dev to continuously deploy into local k8s environment for testing.