furiko-io / furiko

Kubernetes cron and batch job platform
https://furiko.io
Apache License 2.0
478 stars 21 forks source link

refactor(runtime): Rewrite controllermanager started handling #38

Closed irvinlim closed 2 years ago

irvinlim commented 2 years ago

Small refactor in runtime package.

  1. Run will now block until started, rather than until terminated.
  2. Rename some types.
  3. Add --startup-timeout flag that standardizes time taken to sync caches.