Skip to content

Commit

Permalink
Merge pull request #328 from jayesh-idfy/ft/watcher-documentation
Browse files Browse the repository at this point in the history
Correct module name in Client.Runner.Stream.Watch.stream function doc…
  • Loading branch information
mruoss committed Jun 25, 2024
2 parents 01f8e1e + ac6119c commit cf82a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/k8s/client/runner/stream/watch.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule K8s.Client.Runner.Stream.Watch do
iex> {:ok,conn} = K8s.Conn.from_file("~/.kube/config", [context: "docker-desktop"])
...> op = K8s.Client.list("v1", "Namespace")
...> K8s.Client.Runner.Watch.Stream.stream(conn, op, []) |> Stream.map(&IO.inspect/1) |> Stream.run()
...> K8s.Client.Runner.Stream.Watch.stream(conn, op, []) |> Stream.map(&IO.inspect/1) |> Stream.run()
"""
@spec stream(K8s.Conn.t(), K8s.Operation.t(), keyword()) ::
{:ok, Enumerable.t()} | K8s.Client.Provider.error_t()
Expand Down

0 comments on commit cf82a08

Please sign in to comment.