-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
k8s loop flattening for template argument #49
Conversation
…to 49-k8s-loop-flattening-and-continue_on_error.yaml
Codecov Report
@@ Coverage Diff @@
## main #49 +/- ##
==========================================
+ Coverage 23.17% 24.02% +0.84%
==========================================
Files 1 1
Lines 151 154 +3
Branches 24 29 +5
==========================================
+ Hits 35 37 +2
Misses 111 111
- Partials 5 6 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small requests, but this looks good. Nice work.
changelogs/fragments/49-k8s-loop-flattening-and-continue_on_error.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Mike Graves <[email protected]>
Thank you for the patch. @abikouo, do you observe a performance improvement with the patch? |
SUMMARY
k8s loop flattening
https://github.com/ansible-collections/community.kubernetes/pull/369
https://github.com/ansible-collections/community.kubernetes/pull/321
Closes: #19
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
template
argument can now contains list of item (string or file path)continue_on_error
argument is introduced, used with template when multiple resource as defined, defines whether to continue or stop (default behavior) when creation/deletion error occurred.