View Source K8s.Conn.Auth behaviour (k8s v1.1.1)

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

Specs

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