You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ctl.enqueueLogger.V(5).Info("Enqueuing ConfigMap reference due to notification of add", "item", item, "isInInitialList", isInInitialList, "resourceVersion", typed.ResourceVersion)
383
394
ctl.Queue.Add(item)
384
395
}
396
+
case*fmav1aplha1.LauncherConfig:
397
+
ctl.Queue.Add(nodeItem{"fakeNodeName"})
398
+
ctl.enqueueLogger.V(5).Info("Enqueuing LauncherConfig reference due to notification of add", "ref", cache.MetaObjectToName(typed), "isInInitialList", isInInitialList, "resourceVersion", typed.ResourceVersion)
385
399
default:
386
400
ctl.enqueueLogger.Error(nil, "Notified of add of unexpected type of object", "type", fmt.Sprintf("%T", obj))
0 commit comments