Skip to content

Commit 0f23908

Browse files
committed
update at 2024-08-09 10:38:44
1 parent 1e388f3 commit 0f23908

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

api/v1alpha1/dedicatednatgwservice_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ type DedicatedNatgwServiceList struct {
5959
Items []DedicatedNatgwService `json:"items"`
6060
}
6161

62-
func init() {
63-
SchemeBuilder.Register(&DedicatedNatgwService{}, &DedicatedNatgwServiceList{})
64-
}
62+
// func init() {
63+
// SchemeBuilder.Register(&DedicatedNatgwService{}, &DedicatedNatgwServiceList{})
64+
// }

cmd/app/manager.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ func runManager() {
5757
setupLog.Error(err, "unable to create controller", "controller", "DedicatedCLBService")
5858
os.Exit(1)
5959
}
60-
if err = (&controller.DedicatedNatgwServiceReconciler{
61-
Client: mgr.GetClient(),
62-
Scheme: mgr.GetScheme(),
63-
}).SetupWithManager(mgr); err != nil {
64-
setupLog.Error(err, "unable to create controller", "controller", "DedicatedNatgwService")
65-
os.Exit(1)
66-
}
60+
// if err = (&controller.DedicatedNatgwServiceReconciler{
61+
// Client: mgr.GetClient(),
62+
// Scheme: mgr.GetScheme(),
63+
// }).SetupWithManager(mgr); err != nil {
64+
// setupLog.Error(err, "unable to create controller", "controller", "DedicatedNatgwService")
65+
// os.Exit(1)
66+
// }
6767
if err = (&controller.DedicatedCLBListenerReconciler{
6868
Client: mgr.GetClient(),
6969
Scheme: mgr.GetScheme(),

0 commit comments

Comments
 (0)