Current section

Files

Jump to
kazan lib kazan.ex
Raw

lib/kazan.ex

defmodule Kazan do
@moduledoc """
Kazan is a Kubernetes API client for Elixir.
### Module Overview
- `Kazan.Models` contains structs that can be sent and received by kube.
- `Kazan.Apis` contains modules that contain functions for building requests
to send to the kube API.
- `Kazan.Client` is responsible for actually sending those requests.
See the [README](readme.html) for example usage.
"""
end