docker-archive / deploykit

A toolkit for creating and managing declarative, self-healing infrastructure.
Apache License 2.0
2.25k stars 264 forks source link

Implement swarm instance plugin Destroy #882

Closed kaufers closed 6 years ago

kaufers commented 6 years ago

This operation removes the node from the swarm; if the node is a manger then it is demoted prior to removal.

codecov[bot] commented 6 years ago

Codecov Report

Merging #882 into master will decrease coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #882      +/-   ##
==========================================
- Coverage   48.48%   48.41%   -0.07%     
==========================================
  Files          84       84              
  Lines        7698     7698              
==========================================
- Hits         3732     3727       -5     
- Misses       3667     3671       +4     
- Partials      299      300       +1
Impacted Files Coverage Δ
pkg/rpc/mux/server.go 42.7% <0%> (-5.21%) :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 5d0afa5...8a7cfd6. Read the comment docs.