k8s-sync 0.2.1

Minimalistic, synchronous, read-only client for kubernetes cluster API, from a node, through local api server endpoint
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# k8s-sync

Minimalistic, synchronous, read-only client for kubernetes through local api server (from a node).

Documentation is available [here](https://docs.rs/k8s-sync).

## Quick start

```
[dependencies]
rs-k8s-sync = "0.1.0"
```