View Source Datapio.K8s

This project provides some utility functions to work with the k8s library, such as:

  • connection lookup
  • resource schema validation
  • owner references manipulation
  • ...

installation

Installation

The package can be installed by adding datapio_k8s to your list of dependencies in mix.exs:

def deps do
  [
    {
      :datapio_k8s,
      github: "datapio/opencore",
      ref: "main",
      sparse: "apps/datapio_k8s"
    }
  ]
end