refactor(golint): removing deprecated functions

This commit is contained in:
Dario Tranchitella
2023-05-25 09:53:08 +02:00
parent 5457df7e96
commit 809fa11741
22 changed files with 472 additions and 472 deletions

View File

@@ -33,7 +33,7 @@ var _ = Describe("creating a LoadBalancer service when it is enabled for Tenant"
},
ServiceOptions: &api.ServiceOptions{
AllowedServices: &api.AllowedServices{
LoadBalancer: pointer.BoolPtr(true),
LoadBalancer: pointer.Bool(true),
},
},
},