https://github.com/andrenth/kubecaml
Kubernetes API client for OCaml
https://github.com/andrenth/kubecaml
api kubernetes ocaml
Last synced: about 1 year ago
JSON representation
Kubernetes API client for OCaml
- Host: GitHub
- URL: https://github.com/andrenth/kubecaml
- Owner: andrenth
- Created: 2018-03-20T13:44:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T12:52:15.000Z (over 7 years ago)
- Last Synced: 2025-04-16T02:12:02.902Z (about 1 year ago)
- Topics: api, kubernetes, ocaml
- Language: Makefile
- Size: 167 KB
- Stars: 22
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubecaml
Kubecaml is a Kubernetes API client for OCaml. The client code is automatically
derived from the [Swagger 2.0 specification](swagger/swagger.json)
(originally
[found in the Kubernetes repository](https://github.com/kubernetes/kubernetes/blob/master/api/openapi-spec/swagger.json)) using the
[OCaml-Swagger](https://github.com/andrenth/ocaml-swagger)
code generator.
Please check the example code in the `examples` directory and the
[online API documentation](https://andrenth.github.io/kubecaml/kubecaml/Kubecaml/Kubernetes/index.html).
The [Kubernetes API reference](https://kubernetes.io/docs/reference/) may also
be of use.