View Source Datapio.K8s.Conn (Datapio OpenCore v0.1.0)

Generate K8s.Conn object.

Link to this section Summary

Functions

Generate a K8s.Conn object from a kubeconfig or in-cluster config.

Link to this section Functions

Link to this function

lookup(default_path \\ nil)

View Source

Specs

lookup(String.t() | nil) :: {:ok, K8s.Conn.t()} | {:error, term()}

Generate a K8s.Conn object from a kubeconfig or in-cluster config.