Aaron Delaney

Results 12 comments of Aaron Delaney

Doing per instance calculations does mean you end up with a higher cardinality. How would you decide what grouping to use for the calculation? There is a `grouping` argument but...

Maybe a `must_exist` option? I guess an issue with that option is there's already [some logic](https://github.com/ansible-collections/kubernetes.core/blob/979b4922331a3cbb5064e966f6e9b63f5625aeee/plugins/module_utils/k8s/runner.py#L143) for ignoring non existing resources when performing a patch, and it would be confusing...