Xiang Li
Xiang Li
> Actually, these wouldn't work because we can't assume the user wants to exclude all ReplicaSets. This will take additional logic to determine if the pod is actually owned by...
> +1 to mentioning this in the readme, but I think this is still fixable. When a user excludes Deployments, we would just need to look at each Pod with...
I'll try to implement this like what @ingvagabund said. Besides, should we support CRD and how? Can we get a CR's owner without its client?
I'll start working on this recently. /remove-lifecycle stale
I'm worring about the performance of `RemoveDuplicates` after we added this feature. `hasExcludedOwnerRefKind` will be called for every evictable pod, so we may need to send one or more requests...