mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
* k8s wait - don't try to call to_dict on None Need to ensure that the resource dict is correctly returned for absent resources * Cope with resources without a namespace Some resources (e.g. ClusterRoleBinding) do not have a Namespace. Handle the lack of a namespace key.