Secrets: make the secrets package a go work module (#102167)

* Secrets: make the decrypt package a go work module

* Chore: add Operator Experience as codeowner for secrets apis

* Chore: move module up two folders
This commit is contained in:
Matheus Macabu
2025-03-14 10:38:19 +01:00
committed by GitHub
parent f1e4706f79
commit 0abf0bb0e9
10 changed files with 458 additions and 53 deletions
+1
View File
@@ -63,6 +63,7 @@ COPY .bingo .bingo
# Include vendored dependencies
COPY pkg/util/xorm pkg/util/xorm
COPY pkg/apis/secret pkg/apis/secret
COPY pkg/apiserver pkg/apiserver
COPY pkg/apimachinery pkg/apimachinery
COPY pkg/build pkg/build