mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 13:32:37 +00:00
Pass right amount of args to ResourceTimeout (#585)
Pass right amount of args to ResourceTimeout SUMMARY Pass right amount of args to ResourceTimeout Fixes #583 ISSUE TYPE Bugfix Pull Request COMPONENT NAME k8s_scale ADDITIONAL INFORMATION ResourceTimeout constuructor does not accept variable argument length. The passed result dict seems not to be used currently. One could also pass result["result"] or not pass result at all. Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- k8s_scale - clean handling of ResourceTimeout exception (https://github.com/ansible-collections/kubernetes.core/issues/583).
|
||||
Reference in New Issue
Block a user