kubecaml
Kubernetes API client for OCaml
README
Kubecaml is a Kubernetes API client for OCaml. The client code is automatically
derived from the Swagger 2.0 specification
(originally
found in the Kubernetes repository) using the
OCaml-Swagger
code generator.
Please check the example code in the examples
directory and the
online API documentation.
The Kubernetes API reference may also
be of use.
Install
- Published
-
29 Mar 2018
- Maintainers
-
Sources
Dependencies
ocaml-migrate-parsetree
< "2.0.0"
yojson
>= "1.4.1"
uri
>= "1.9.6"
swagger
>= "0.1.0"
re
>= "1.7.3"
ppx_deriving_yojson
>= "3.1"
lwt
>= "3.3.0"
cohttp-lwt-unix
>= "1.0.2"
jbuilder
>= "1.0+beta7"
ocaml
>= "4.05.0"
Reverse Dependencies