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.)
- Host: GitHub
- URL: https://github.com/apecloud/kubeblocks-client
- Owner: apecloud
- License: apache-2.0
- Created: 2024-01-30T05:39:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T05:43:33.000Z (over 1 year ago)
- Last Synced: 2024-07-17T07:55:37.711Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 2.88 MB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)