Skip to content

Commit 655cbc5

Browse files
committed
[daemonset] Make get method public
Needed-by: openstack-k8s-operators/ovn-operator#337 Related: OSPRH-7463
1 parent 719002a commit 655cbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/common/daemonset/daemonset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (d *DaemonSet) GetDaemonSet() appsv1.DaemonSet {
112112
return *d.daemonset
113113
}
114114

115-
func getDaemonSetWithName(
115+
func GetDaemonSetWithName(
116116
ctx context.Context,
117117
h *helper.Helper,
118118
name string,

0 commit comments

Comments
 (0)