View Source K8s.Client.DynamicHTTPProvider (k8s v1.1.1)
Allows for registration of K8s.Client.Provider
handlers per-process.
Used internally by the test suite for testing/mocking Kubernetes responses.
Link to this section Summary
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Specs
This function is deprecated. Use headers/1 insead..
Specs
list() :: map()
List all registered handlers
Specs
Locate the handler module for this process
Specs
Register the handler mdoule for this process
Dispatch request/5
to the module registered in the current process.
If the current process is not register, check its parent. This is useful when requests are made from child processes e.g.: (Task.async/1
)
Specs
start_link(any()) :: GenServer.on_start()
Starts this provider.