View Source Datapio.Controller
A Datapio.Controller is a wrapper around
k8s, providing the tools to build
Kubernetes operators.
installation
Installation
The package can be installed by adding datapio_controller to your list of
dependencies in mix.exs:
def deps do
[
{
:datapio_controller,
github: "datapio/opencore",
ref: "main",
sparse: "apps/datapio_controller"
}
]
end