File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import (
29
29
"sigs.k8s.io/controller-runtime/pkg/runtime/inject"
30
30
"sigs.k8s.io/controller-runtime/pkg/source/internal"
31
31
32
- toolscache "k8s.io/client-go/tools/cache"
33
32
"sigs.k8s.io/controller-runtime/pkg/cache"
34
33
"sigs.k8s.io/controller-runtime/pkg/predicate"
35
34
)
@@ -243,8 +242,8 @@ func (cs *Channel) syncLoop() {
243
242
244
243
// Informer is used to provide a source of events originating inside the cluster from Watches (e.g. Pod Create)
245
244
type Informer struct {
246
- // Informer is the generated client-go Informer
247
- Informer toolscache. SharedIndexInformer
245
+ // Informer is the controller-runtime Informer
246
+ Informer cache. Informer
248
247
}
249
248
250
249
var _ Source = & Informer {}
You can’t perform that action at this time.
0 commit comments