ansible-collections / community.kubernetes

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

Adds a wait example to k8s.py #386

Closed tima closed 3 years ago

tima commented 3 years ago
SUMMARY

The k8s module didn't have an example using its wait capabilities. This fixes that by lifting an example from the blog post that introduced the feature.

ISSUE TYPE
COMPONENT NAME

k8s.py

codecov[bot] commented 3 years ago

Codecov Report

Merging #386 (c4f8645) into main (af41efd) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #386   +/-   ##
=======================================
  Coverage   35.81%   35.81%           
=======================================
  Files           3        3           
  Lines         779      779           
  Branches      154      154           
=======================================
  Hits          279      279           
  Misses        451      451           
  Partials       49       49           
Impacted Files Coverage Δ
...ctions/community/kubernetes/plugins/modules/k8s.py 97.82% <0.00%> (ø)

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 af41efd...c4f8645. Read the comment docs.

github-actions[bot] commented 2 years ago

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