mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
common/_wait_for: ensure label_selectors is optional Depends-On: ansible/ansible-zuul-jobs#1125 The label_selectors is a new parameter for _wait_for that was introduced in #158. The value is new and it can be set to None to make it optional. It should not be mandatory a non optional parameter. Reviewed-by: None <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>