k8s v0.2.8 K8s.Conf.RequestOptions protocol

Encapsulates HTTP request options for an authentication provider.

Link to this section Summary

Types

generate/1 response type

t()

HTTP Request options

Link to this section Types

Link to this type

generate_t()
generate_t() :: {:ok, t()} | {:error, binary() | atom()}

generate/1 response type

Link to this type

t()
t() :: %K8s.Conf.RequestOptions{headers: list(), ssl_options: keyword()}

HTTP Request options

Link to this section Functions