Skip to content

Commit

Permalink
[daemonset] Make get method public
Browse files Browse the repository at this point in the history
Needed-by: openstack-k8s-operators/ovn-operator#337
Related: OSPRH-7463
  • Loading branch information
averdagu committed Aug 9, 2024
1 parent d457835 commit 3d6c472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/daemonset/daemonset.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3d6c472

Please sign in to comment.