koprs-external 0.9.1

Generic polling watchers for external sources such as HTTP APIs and object stores, designed as a companion to koprs Kubernetes operators.
Documentation
1
2
3
4
5
6
7
8
// src/tests/mod.rs
//! Tests for koprs-external.
mod error;
mod http;
mod watcher;

#[cfg(feature = "object-store")]
mod store;