mmeknowis
Results
1
issues of
mmeknowis
While reading the [operator-scope section](https://v1-37-x.sdk.operatorframework.io/docs/building-operators/golang/operator-scope/#watching-resources-in-specific-namespaces), it seems that the documentation contains a deprecated manager Options type: ``` ... mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{ Scheme: scheme, MetricsBindAddress: metricsAddr, Port: 9443, LeaderElection:...