1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-08 14:55:17 +00:00
git-k8s/pkg/reconciler
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
..
push Fix LeaderAware interface: use correct Promote signature 2026-02-28 00:21:24 +00:00
resolver Fix LeaderAware interface: use correct Promote signature 2026-02-28 00:21:24 +00:00
sync Fix LeaderAware interface: use correct Promote signature 2026-02-28 00:21:24 +00:00