mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-27 20:03:52 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Only attempt to construct GC informers for watchable resources A resource must support list/watch in addition to delete for an informer to be functional Exclude resources that are not watchable from informer construction Also fixes a bug with the graph builder not using the instance-configured list of ignored resources /assign @ironcladlou ```release-note NONE ```