1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-09 15:16:56 +00:00
git-k8s/pkg/reconciler/sync
Claude ffc7c82ae4
Fix LeaderAware interface: use correct Promote signature
The Knative reconciler.LeaderAware interface requires:
  Promote(Bucket, func(Bucket, types.NamespacedName)) error
Our code had the wrong enqueue function signature using
(Bucket, string) error instead.

https://claude.ai/code/session_01QfFzqKQUsxxBsiZUhuJ3pG
2026-02-28 00:21:24 +00:00
..
controller.go Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
sync.go Fix LeaderAware interface: use correct Promote signature 2026-02-28 00:21:24 +00:00