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

uniform finalizer #153

Merged
merged 2 commits into from
Jul 30, 2020
Merged

Conversation

eytan-avisror
Copy link
Collaborator

@eytan-avisror eytan-avisror commented Jul 29, 2020

Fixes #151

This modifies the way we set/remove finalizers in order to move to a uniform finalizer for all provisioners without breaking compatibility

  • SetFinalizer will add the new finalizer "finalizer.instancegroups.keikoproj.io" (which does not mention provisioner)

  • Finalize will remove ALL finalizers - given this is an owned resource that should be OK.

  • Basic tests

@eytan-avisror eytan-avisror requested review from a team as code owners July 29, 2020 20:40
@codecov
Copy link

codecov bot commented Jul 29, 2020

Codecov Report

Merging #153 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #153   +/-   ##
=======================================
  Coverage   89.25%   89.25%           
=======================================
  Files          13       13           
  Lines        1563     1563           
=======================================
  Hits         1395     1395           
  Misses        111      111           
  Partials       57       57           

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 ff2721a...7bb3725. Read the comment docs.

@eytan-avisror eytan-avisror merged commit bf02c19 into keikoproj:master Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uniform finalizer
2 participants