Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: example manager and instructions (#48)
* Feat: upgrade k8s.io dependency to 0.26 (#39) * Feat: upgrade k8s.io dependency to 0.26 Signed-off-by: Yin Da <[email protected]> * Fix: golangci-lint action failure Signed-off-by: Yin Da <[email protected]> --------- Signed-off-by: Yin Da <[email protected]> Signed-off-by: Amit Singh <[email protected]> * Feat: add cluster info to action context (#43) Feat: add cluster info in action context Signed-off-by: yangsoon <[email protected]> Co-authored-by: yangsoon <[email protected]> Signed-off-by: Amit Singh <[email protected]> * Feat: add cronjob source (#42) * Refactor: allow the use of singleton for one Source, while also allowing non-singleton Sources, making it more extensible Signed-off-by: Charlie Chiang <[email protected]> * Feat: add cronjob source Signed-off-by: Charlie Chiang <[email protected]> * Chore: update cron lib Signed-off-by: Charlie Chiang <[email protected]> * Feat: do not exit if config contains invalid sources Signed-off-by: Charlie Chiang <[email protected]> * Chore: add tests and fix linter Signed-off-by: Charlie Chiang <[email protected]> * Chore: go mod tidy Signed-off-by: Charlie Chiang <[email protected]> * Docs: add cronjob example Signed-off-by: Charlie Chiang <[email protected]> * fix comments Signed-off-by: Charlie Chiang <[email protected]> * Chore: force lint to use the exact version Signed-off-by: Charlie Chiang <[email protected]> * remove unnecessary dep Signed-off-by: Charlie Chiang <[email protected]> * fix comments Signed-off-by: Charlie Chiang <[email protected]> * use codecov token Signed-off-by: Charlie Chiang <[email protected]> * update lint script Signed-off-by: Charlie Chiang <[email protected]> --------- Signed-off-by: Charlie Chiang <[email protected]> Signed-off-by: Amit Singh <[email protected]> * Feat: support leader election for kube-trigger (#45) Signed-off-by: yangsoon <[email protected]> Co-authored-by: yangsoon <[email protected]> Signed-off-by: Amit Singh <[email protected]> * adds instruction to enable kube-trigger addon Signed-off-by: Amit Singh <[email protected]> * updates sample.yaml path Signed-off-by: Amit Singh <[email protected]> * fix: updates instructions to apply config files in order Signed-off-by: Amit Singh <[email protected]> * fix: adds the missing api group to the first rule Signed-off-by: Amit Singh <[email protected]> * Revert "Feat: support leader election for kube-trigger (#45)" This reverts commit 4351008. Removing changes unrelated to this branch Signed-off-by: Amit Singh <[email protected]> * Revert "Feat: add cronjob source (#42)" This reverts commit 46f5975. Removes changes unrelated to the branch Signed-off-by: Amit Singh <[email protected]> * Revert "Feat: add cluster info to action context (#43)" This reverts commit e214be5. Removes changes unrelated to the branch Signed-off-by: Amit Singh <[email protected]> * Revert "Feat: upgrade k8s.io dependency to 0.26 (#39)" This reverts commit a22e316. Removes changes unrelated to the branch Signed-off-by: Amit Singh <[email protected]> --------- Signed-off-by: Yin Da <[email protected]> Signed-off-by: Amit Singh <[email protected]> Signed-off-by: yangsoon <[email protected]> Signed-off-by: Charlie Chiang <[email protected]> Co-authored-by: Somefive <[email protected]> Co-authored-by: yangs <[email protected]> Co-authored-by: yangsoon <[email protected]> Co-authored-by: Charlie Chiang <[email protected]>
- Loading branch information