View Source K8s.Client.Runner.StreamTo (k8s v2.6.0)

Takes a K8s.Client.list/3 operation and returns an Elixir Stream of resources.

Summary

Functions

Validates operation type before calling stream/3. Only supports verbs: list_all_namespaces and list.

Functions

Validates operation type before calling stream/3. Only supports verbs: list_all_namespaces and list.

Link to this function

run(op, http_opts, stream_to)

View Source
Link to this function

run(conn, op, http_opts, stream_to)

View Source