1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-08 23:05:21 +00:00
git-k8s/pkg
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
..
apis/git/v1alpha1 Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
client Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
reconciler Fix LeaderAware interface: use correct Promote signature 2026-02-28 00:21:24 +00:00