Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpetit/rs-k8s-sync
Minimalistic, synchronous, read-only client for kubernetes cluster API, from a node, through local api server endpoint
https://github.com/bpetit/rs-k8s-sync
Last synced: about 2 months ago
JSON representation
Minimalistic, synchronous, read-only client for kubernetes cluster API, from a node, through local api server endpoint
- Host: GitHub
- URL: https://github.com/bpetit/rs-k8s-sync
- Owner: bpetit
- License: apache-2.0
- Created: 2021-08-03T12:54:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T17:34:06.000Z (over 2 years ago)
- Last Synced: 2024-11-27T07:45:38.832Z (about 2 months ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.2.2"
```