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

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

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.