Skip to content

Commit

Permalink
fix: compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed May 11, 2021
1 parent 326da07 commit 538a80b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ var _ = BeforeSuite(func(done Done) {
Client: k8sClient,
Scheme: k8sManager.GetScheme(),
Log: ctrl.Log.WithName("controllers").WithName("Pipeline"),
RESTConfig: cfg,
Kubernetes: k,
ContainerKiller: ck,
}).SetupWithManager(k8sManager)
Expect(err).ToNot(HaveOccurred())
Expand All @@ -85,8 +83,6 @@ var _ = BeforeSuite(func(done Done) {
Client: k8sClient,
Scheme: k8sManager.GetScheme(),
Log: ctrl.Log.WithName("controllers").WithName("Step"),
RESTConfig: cfg,
Kubernetes: k,
ContainerKiller: ck,
Recorder: record.NewFakeRecorder(1),
}).SetupWithManager(k8sManager)
Expand Down

0 comments on commit 538a80b

Please sign in to comment.