Skip to content

JacobHenner/kubernetes_asyncio_informer

Repository files navigation

kubernetes_asyncio_informer

Description

kubernetes_asyncio_informer is a proof-of-concept informer implementation for kubernetes_asyncio. It's intended to provide resilient watch functionality for the kubernetes_asyncio library through an informer, and address three issues:

There is some tight coupling between the informer and kubernetes_asyncio's Watch object. There is also functionality included within the informer that might be better suited for inclusion in kubernetes_asyncio's Watch object. Ideally this will be resolved as the informer is considered for inclusion in kubernetes_asyncio.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages