-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix 1295 reactive #1320
Fix 1295 reactive #1320
Conversation
Configure Renovate
the changes in this PR are already done in k8s client, so this simply replicates them. |
/** | ||
* Post an event so that health indicator is initialized. | ||
*/ | ||
@Bean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be honest, this is the only "real" change here, everything else are just tests to make sure that we work exactly the same as the k8s-client health wise in the discovery implementation.
@ryanjbaxter one more minor bug fix. thank you |
No description provided.