-
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
Fabric8 it part 5 #1470
Fabric8 it part 5 #1470
Conversation
…nto fabric8-configmap-event-reload-patch-refactor-part-3
@@ -51,7 +51,6 @@ | |||
<module>spring-cloud-kubernetes-fabric8-istio-it</module> | |||
<module>spring-cloud-kubernetes-fabric8-client-discovery</module> | |||
<module>spring-cloud-kubernetes-fabric8-client-loadbalancer</module> | |||
<module>spring-cloud-kubernetes-fabric8-client-secrets-event-reload</module> |
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.
we already have an integration test that deals with reload in fabric8, but only for configmaps. This PR takes the secrets reload tests and moves them to the common place.
* - then we change data inside the secret, and we must see the updated value. | ||
* </pre> | ||
*/ | ||
static void testSecretReload(KubernetesClient client, K3sContainer container, String appLabelValue) { |
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.
this test was moved from the other module
@ryanjbaxter one more ready to look at. |
No description provided.