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

Use composition as deletion signal instead of resource slices #285

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

jveski
Copy link
Collaborator

@jveski jveski commented Feb 19, 2025

Currently the reconciliation controller deletes resources when their defining resource slice is deleting. This kind of makes sense conceptually but not pragmatically since it complicates the logic used to clean up resource slices.

This change sets us up to simplify the logic of the slice cleanup controller without actually modifying any behavior (for now).

@jveski jveski enabled auto-merge (squash) February 19, 2025 17:20
@jveski jveski disabled auto-merge February 19, 2025 17:49
@jveski jveski merged commit 0b2b267 into main Feb 19, 2025
29 checks passed
@jveski jveski deleted the comp-state-for-deletion branch February 19, 2025 17:50
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.

2 participants