View Source K8s.Conn.Auth behaviour (k8s v2.0.0-rc.2)

Authorization behaviour

:skip is used to signal to K8s.Conn to skip a provider that would not authenticate the current connection.

Link to this section Summary

Link to this section Callbacks

@callback create(map(), String.t()) :: {:ok, struct()} | {:error, any()} | :skip