Skip to content
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

Exclude deletion of configmaps and secrets referenced by replica sets #108

Merged
merged 1 commit into from
Feb 7, 2021

Conversation

micnncim
Copy link
Owner

@micnncim micnncim commented Feb 7, 2021

Resolves #96

@github-actions github-actions bot added the size/L label Feb 7, 2021
@codecov
Copy link

codecov bot commented Feb 7, 2021

Codecov Report

Merging #108 (d43c585) into main (476d0ff) will decrease coverage by 2.10%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
- Coverage   26.78%   24.68%   -2.11%     
==========================================
  Files           7        7              
  Lines         504      547      +43     
==========================================
  Hits          135      135              
- Misses        345      388      +43     
  Partials       24       24              
Impacted Files Coverage Δ
pkg/cmd/cmd.go 26.19% <ø> (ø)
pkg/determiner/determiner.go 26.92% <0.00%> (-4.66%) ⬇️
pkg/resource/client.go 47.50% <0.00%> (-8.39%) ⬇️
pkg/resource/fake.go 0.00% <0.00%> (ø)
pkg/resource/resource.go 0.00% <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 476d0ff...d43c585. Read the comment docs.

@micnncim micnncim added the release/minor Indicates minor update to action-release-label label Feb 7, 2021
@github-actions
Copy link

github-actions bot commented Feb 7, 2021

This PR will update micnncim/kubectl-reap from v0.10.1 to v0.11.0 🚀

Changes: v0.10.1...replica-set-reference

If this update isn't as you expected, you may want to change or remove the release label.

@micnncim micnncim merged commit 40c2ef7 into main Feb 7, 2021
@micnncim micnncim deleted the replica-set-reference branch February 7, 2021 05:43
@micnncim micnncim added release/minor Indicates minor update to action-release-label and removed release/minor Indicates minor update to action-release-label labels Feb 7, 2021
@github-actions
Copy link

github-actions bot commented Feb 7, 2021

This PR will update micnncim/kubectl-reap from v0.10.1 to v0.11.0 🚀

Changes: v0.10.1...replica-set-reference

If this update isn't as you expected, you may want to change or remove the release label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release/minor Indicates minor update to action-release-label size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exclude secret/configmap used in replicaset (for deployment rollback)
1 participant