mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Remove unused scheme passed to reconcilers (#121)
The scheme is part of the manager so we do not need to pass it in the struct.
This commit is contained in:
@@ -62,7 +62,6 @@ var _ = Describe("Service Controller", func() {
|
||||
Expect(k8sClient.Create(ctx, service)).To(Succeed())
|
||||
controllerReconciler = &ServiceReconciler{
|
||||
Client: k8sClient,
|
||||
Scheme: k8sClient.Scheme(),
|
||||
ClusterName: "kubernetes",
|
||||
NamespacedNetworks: false,
|
||||
ClusterDNS: "svc.cluster.local",
|
||||
|
||||
Reference in New Issue
Block a user