We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988aef8 commit 5af465eCopy full SHA for 5af465e
pkg/controllers/serviceController.go
@@ -18,7 +18,7 @@ func ServiceController(
18
dynamicClient *dynamic.DynamicClient,
19
clientHub *streaming.ClientHub,
20
) (*Controller, error) {
21
- serviceListWatcher := cache.NewListWatchFromClient(client.AppsV1().RESTClient(), "services", v1.NamespaceAll, fields.Everything())
+ serviceListWatcher := cache.NewListWatchFromClient(client.CoreV1().RESTClient(), "services", v1.NamespaceAll, fields.Everything())
22
serviceController := NewController(
23
"service",
24
serviceListWatcher,
0 commit comments