1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-10 15:41:54 +00:00
No description
Find a file
Claude 314915b5dd
Add GitHub Actions CI with KinD e2e using chainguard-dev/actions
Two jobs:
- build: compiles all controller binaries and runs go vet
- e2e: spins up KinD cluster with Knative via chainguard-dev/actions,
  deploys CRDs and controllers with ko, verifies rollout, runs
  smoke test creating a GitRepository CR. On failure, collects
  kind-diag diagnostics as artifacts.

https://claude.ai/code/session_01QfFzqKQUsxxBsiZUhuJ3pG
2026-02-28 00:10:31 +00:00
.github/workflows Add GitHub Actions CI with KinD e2e using chainguard-dev/actions 2026-02-28 00:10:31 +00:00
cmd Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
config Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
hack Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
pkg Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
.ko.yaml Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
go.mod Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00