Version: v0.25.0
- clientset: a set of clients to access Kubernetes API
- indexer: An indexed in-memory key-value store for objects
- informer
- indexer
- reflector
- ListerWatcher
- lister
- indexer
- watcher
- reflector: watches a specified resource with listerwatcher and reflects all changes to the configured store (FIFO).
- listerwatcher: list and watch the API server. used in reflector.