constellation/bootstrapper/cmd/bootstrapper
Malte Poll fc33a74c78
constants: make VersionInfo readonly (#1316)
The variable VersionInfo is supposed to be set by `go build -X ...` during link time but should not be modified at runtime.
This change ensures the underlying var is private and can only be accessed by a public getter.
2023-03-01 11:55:12 +01:00
..
main.go intenal: add logging to attestation issuer (#1264) 2023-02-28 16:34:18 +01:00
run.go constants: make VersionInfo readonly (#1316) 2023-03-01 11:55:12 +01:00
test.go init: create kubeconfig file with unique user/cluster name (#1133) 2023-02-10 13:27:22 +01:00