We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7810c4 commit 56318edCopy full SHA for 56318ed
pkg/operator/controller/gatewayapi-upgradeable/controller.go
@@ -31,7 +31,7 @@ var (
31
// New function initializes the controller and sets up the watch for the ConfigMap
32
func New(mgr manager.Manager) (controller.Controller, error) {
33
reconciler := &reconciler{
34
- cache: mgr.GetCache(), // Directly using mgr.GetCache()
+ cache: mgr.GetCache(), // Directly using manager cache
35
}
36
37
//Create a new controller with given reconciler
0 commit comments