Skip to content

Commit

Permalink
remove fw controller for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Mar 6, 2024
1 parent aff43d1 commit 02b4a6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 250 deletions.
9 changes: 0 additions & 9 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,6 @@ func main() {
setupLog.Error(err, "unable to create controller", "controller", "LinodeObjectStorageBucket")
os.Exit(1)
}
if err = (&caplController.LinodeFirewallReconciler{
Client: mgr.GetClient(),
Recorder: mgr.GetEventRecorderFor("LinodeFirewallReconciler"),
WatchFilterValue: firewallWatchFilter,
LinodeApiKey: linodeToken,
}).SetupWithManager(mgr); err != nil {
setupLog.Error(err, "unable to create controller", "controller", "LinodeFirewall")
os.Exit(1)
}
// +kubebuilder:scaffold:builder

if err := mgr.AddHealthzCheck("healthz", healthz.Ping); err != nil {
Expand Down
241 changes: 0 additions & 241 deletions controller/linodefirewall_controller.go

This file was deleted.

0 comments on commit 02b4a6f

Please sign in to comment.