From 8bd5ff955fac7d57ca9afe1178c1805297c956ae Mon Sep 17 00:00:00 2001 From: thomasjm Date: Thu, 10 Oct 2024 03:51:11 -0700 Subject: [PATCH] sandwich-contexts-kubernetes: export a couple more things --- .../lib/Test/Sandwich/Contexts/Kubernetes/Images.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sandwich-contexts-kubernetes/lib/Test/Sandwich/Contexts/Kubernetes/Images.hs b/sandwich-contexts-kubernetes/lib/Test/Sandwich/Contexts/Kubernetes/Images.hs index 6e835956..d81981c1 100644 --- a/sandwich-contexts-kubernetes/lib/Test/Sandwich/Contexts/Kubernetes/Images.hs +++ b/sandwich-contexts-kubernetes/lib/Test/Sandwich/Contexts/Kubernetes/Images.hs @@ -36,6 +36,9 @@ module Test.Sandwich.Contexts.Kubernetes.Images ( , findAllImages' -- * Types + , kubernetesClusterImages + , HasKubernetesClusterImagesContext + , ImageLoadSpec(..) , ImagePullPolicy(..) ) where