DataDog / extendeddaemonset

Kubernetes Extended Daemonset controller
Apache License 2.0
98 stars 13 forks source link

Add extendeddaemonset-check helper #53

Closed clamoriniere closed 4 years ago

clamoriniere commented 4 years ago

What does this PR do?

Add extendeddaemonset-check helper

Motivation

Helm3 is not able to know when the deployment of an application deployed with anExtendedDaemonset is done. The new datadog/extendeddaemonset-check can be used as helm3 test.

Additional Notes

N/A

Describe your test plan

To test it, please follow the instruction in the charts/app-example/README.md

codecov-io commented 4 years ago

Codecov Report

Merging #53 into master will decrease coverage by 0.73%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   37.46%   36.73%   -0.74%     
==========================================
  Files          29       29              
  Lines        1500     1530      +30     
==========================================
  Hits          562      562              
- Misses        865      895      +30     
  Partials       73       73              
Flag Coverage Δ
#unittests 36.73% <0.00%> (-0.74%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ers/extendeddaemonsetreplicaset/strategy/canary.go 0.00% <0.00%> (ø)
...endeddaemonsetreplicaset/strategy/rollingupdate.go 9.00% <0.00%> (-1.47%) :arrow_down:
...lers/extendeddaemonsetreplicaset/strategy/utils.go 19.23% <0.00%> (-3.50%) :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 b98cd7a...c74f099. Read the comment docs.