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 cc65465 commit 7fe7ff2Copy full SHA for 7fe7ff2
cmd/compute-domain-controller/computedomain.go
@@ -99,8 +99,6 @@ func (m *ComputeDomainManager) Start(ctx context.Context) (rerr error) {
99
100
_, err = m.informer.AddEventHandler(cache.ResourceEventHandlerFuncs{
101
AddFunc: func(obj any) {
102
- cd := obj.(*nvapi.ComputeDomain)
103
- klog.Infof("ComputeDomain %s/%s added to work queue", cd.Namespace, cd.Name)
104
m.config.workQueue.Enqueue(obj, m.onAddOrUpdate)
105
},
106
UpdateFunc: func(oldObj, newObj any) {
0 commit comments