From 33075010e3212d802047924f8501c16a6c885da7 Mon Sep 17 00:00:00 2001 From: Swarup Ghosh Date: Sun, 5 Jan 2025 16:00:30 +0530 Subject: [PATCH] tinker vendor/github.com/openshift/library-go/pkg/operator/encryption in the hope to test e2e encryption --- .../openshift/library-go/pkg/operator/encryption/dummy.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vendor/github.com/openshift/library-go/pkg/operator/encryption/dummy.go diff --git a/vendor/github.com/openshift/library-go/pkg/operator/encryption/dummy.go b/vendor/github.com/openshift/library-go/pkg/operator/encryption/dummy.go new file mode 100644 index 0000000000..3173444291 --- /dev/null +++ b/vendor/github.com/openshift/library-go/pkg/operator/encryption/dummy.go @@ -0,0 +1,4 @@ +package encryption + +// No-op file +// this dummy file helps test encryption e2e(s)