micronaut-projects / micronaut-kubernetes

This project includes integration between Micronaut and Kubernetes
https://micronaut-projects.github.io/micronaut-kubernetes/snapshot/guide
Apache License 2.0
44 stars 26 forks source link

Make K8s secrets watchable (#680) #767

Closed mhartmann-jaconi closed 1 month ago

mhartmann-jaconi commented 1 month ago

Extracts common watch functionality for secrets and config-maps into abstract base classes and implement those for the dedicated sub types, so that watch config looks the same for both types and has the same base implementation.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

graemerocher commented 1 month ago

@n0tl3ss please test this feature in production k8s deployment and resolve the failing tests. Thanks.

n0tl3ss commented 1 month ago

@graemerocher I have tested code it works and looks ok to me :) nice work @mhartmann-jaconi

graemerocher commented 1 month ago

Thanks for the contribution!