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

Refactor fdb instance #913

Merged
merged 8 commits into from
Sep 20, 2021

Conversation

johscheuer
Copy link
Member

@johscheuer johscheuer commented Sep 11, 2021

Description

Fixes: #681 the change is intended to be a breaking change (which is fine for our 0.* state) for everyone using our code. The benefit of the refactoring is that we can move more code into our internal package to reduce the public surface.

Type of change

Please select one of the options below.

  • Breaking change

Discussion

There might be some other places where we can be smarter but I would leave this opt./refactoring for another PR.

Testing

Unit + locally. Will run some e2e tests later report back.

Documentation

Nothing to document.

Follow-up

controllers/pod_lifecycle_manager.go Outdated Show resolved Hide resolved
controllers/pod_lifecycle_manager.go Outdated Show resolved Hide resolved
@johscheuer johscheuer marked this pull request as ready for review September 17, 2021 08:04
Copy link
Member

@brownleej brownleej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@johscheuer johscheuer merged commit a727614 into FoundationDB:master Sep 20, 2021
@johscheuer johscheuer deleted the refactor-fdb-instance branch September 20, 2021 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the usage of the internal FDB Instance
2 participants