Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Exclude duplicated resource types
When resource types migrate to a new API group, its old version will still be accessible for the next few versions of Kubernetes (eg. "events.v1" -> "events.v1.events.k8s.io") so we filter them out to avoid wasting effort on processing the same set of objects received from the resource's old & new API twice. Signed-off-by: Justin Toh <tohjustin@hotmail.com>
- Loading branch information