A Kubernetes operator that bridges Hardware Security Module (HSM) data storage with Kubernetes Secrets, providing true secret portability th
1# Binaries for programs and plugins
2*.exe
3*.exe~
4*.dll
5*.so
6*.dylib
7**/bin/*
8Dockerfile.cross
9
10# Test binary, built with `go test -c`
11*.test
12
13# Output of the go coverage tool, specifically when used with LiteIDE
14*.out
15
16# Go workspace file
17go.work
18
19# Kubernetes Generated files - skip generated files, except for vendored files
20!vendor/**/zz_generated.*
21
22# editor and IDE paraphernalia
23.idea
24.vscode
25*.swp
26*.swo
27*~