first controller implementation

This commit is contained in:
2025-03-19 22:36:42 +01:00
parent ce3a6dfc6d
commit 84f338426e
3 changed files with 99 additions and 2 deletions

1
go.mod
View File

@ -5,6 +5,7 @@ go 1.23.0
godebug default=go1.23
require (
github.com/bitwarden/sdk-go v1.0.2
github.com/onsi/ginkgo/v2 v2.22.0
github.com/onsi/gomega v1.36.1
k8s.io/apimachinery v0.32.1