From 3d6c472ce78828fd176f4444cdcea7d3b1cac7c0 Mon Sep 17 00:00:00 2001 From: Arnau Verdaguer Date: Wed, 7 Aug 2024 13:57:58 +0200 Subject: [PATCH] [daemonset] Make get method public Needed-by: https://github.com/openstack-k8s-operators/ovn-operator/pull/337 Related: OSPRH-7463 --- modules/common/daemonset/daemonset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/daemonset/daemonset.go b/modules/common/daemonset/daemonset.go index ec3d21b7..d58c2b07 100644 --- a/modules/common/daemonset/daemonset.go +++ b/modules/common/daemonset/daemonset.go @@ -112,7 +112,7 @@ func (d *DaemonSet) GetDaemonSet() appsv1.DaemonSet { return *d.daemonset } -func getDaemonSetWithName( +func GetDaemonSetWithName( ctx context.Context, h *helper.Helper, name string,