An open API service indexing awesome lists of open source software.

https://github.com/apecloud/kubeblocks-client

KubeBlocks Client Library (Java, Python etc.)
https://github.com/apecloud/kubeblocks-client

Last synced: 8 months ago
JSON representation

KubeBlocks Client Library (Java, Python etc.)

Awesome Lists containing this project

README

          

# KubeBlocks Client
Client for [KubeBlocks](https://github.com/apecloud/kubeblocks) APIs.

The project is based on [Kubernetes Clients](https://github.com/kubernetes-client).

# Languages Supported
- [x] Java
[Cluster CRUD sample](java/src/main/java/io/kubeblocks/sample/Main.java)
- [x] Python
[Cluster creation sample](python/sample.py)
- [x] Rust
[Cluster creation sample](rust/src/main.rs)