Skip to content

Commit 5af465e

Browse files
committed
Fixing api group
1 parent 988aef8 commit 5af465e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/serviceController.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func ServiceController(
1818
dynamicClient *dynamic.DynamicClient,
1919
clientHub *streaming.ClientHub,
2020
) (*Controller, error) {
21-
serviceListWatcher := cache.NewListWatchFromClient(client.AppsV1().RESTClient(), "services", v1.NamespaceAll, fields.Everything())
21+
serviceListWatcher := cache.NewListWatchFromClient(client.CoreV1().RESTClient(), "services", v1.NamespaceAll, fields.Everything())
2222
serviceController := NewController(
2323
"service",
2424
serviceListWatcher,

0 commit comments

Comments
 (0)