View Source K8s.Middleware.Stack (k8s v2.0.0-rc.2)

K8s.Middlware stacks to apply to a K8s.Conn

Link to this section Summary

Functions

The default middleware stack

Link to this section Types

@type t() :: %K8s.Middleware.Stack{request: [module()], response: [module()]}

Link to this section Functions

@spec default() :: t()

The default middleware stack