ansible-collections / community.kubernetes

Kubernetes Collection for Ansible
https://galaxy.ansible.com/community/kubernetes
GNU General Public License v3.0
265 stars 104 forks source link

k8s loop flattening for template argument #411

Closed abikouo closed 3 years ago

abikouo commented 3 years ago
SUMMARY

Full story here #369

369

321

ISSUE TYPE
COMPONENT NAME

k8s

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 defned, defines whether to continue or stop (default behavior) when creation/deletion error occured.

codecov[bot] commented 3 years ago

Codecov Report

Merging #411 (8cdefaa) into main (f996143) will decrease coverage by 0.53%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #411      +/-   ##
==========================================
- Coverage   23.17%   22.64%   -0.54%     
==========================================
  Files           1        1              
  Lines         151      159       +8     
  Branches       24       28       +4     
==========================================
+ Hits           35       36       +1     
- Misses        111      118       +7     
  Partials        5        5              
Impacted Files Coverage Δ
...ns/community/kubernetes/plugins/action/k8s_info.py 22.64% <0.00%> (-0.54%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f996143...8cdefaa. Read the comment docs.

github-actions[bot] commented 3 years ago

This repository does not accept pull requests, see the README for details.