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

DM-48838: Add object creation callbacks to Kubernetes mock #374

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

rra
Copy link
Member

@rra rra commented Feb 11, 2025

Refactor the Kubernetes mock to move more code into shared internal methods, most notably publication of internal events that is used for the watch support. Add support for a callback after object creation that can be used for things like creating the default service account for a namespace when the namespace is created.

Refactor the Kubernetes mock to move more code into shared internal
methods, most notably publication of internal events that is used
for the watch support. Add support for a callback after object
creation that can be used for things like creating the default
service account for a namespace when the namespace is created.
@rra rra merged commit 84958fc into main Feb 11, 2025
7 checks passed
@rra rra deleted the tickets/DM-48838 branch February 11, 2025 19:33
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.

1 participant