package kubecaml

  1. Overview
  2. Docs
Kubernetes API client for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=1e1b8d6d4cadfb45408c924e7f3ba05f

Description

Kubecaml is an auto-generated Kubernetes API client for OCaml, built from the Swagger specification using OCaml-Swagger.

Published: 29 Mar 2018

README

Kubecaml

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.

Dependencies (10)

  1. ocaml-migrate-parsetree < "2.0.0"
  2. yojson >= "1.4.1"
  3. uri >= "1.9.6"
  4. swagger >= "0.1.0"
  5. re >= "1.7.3"
  6. ppx_deriving_yojson >= "3.1"
  7. lwt >= "3.3.0"
  8. cohttp-lwt-unix >= "1.0.2"
  9. jbuilder >= "1.0+beta7"
  10. ocaml >= "4.05.0"

Dev Dependencies

None

Used by

None

Conflicts

None