Kubernetes API Error
Any HTTP Error with JSON error payload
@type t() :: %K8s.Client.APIError{ __exception__: true, message: String.t(), reason: String.t() }
@spec from_kubernetes_error(map()) :: {:error, t()}