Skip to content

Commit

Permalink
Replace Fresh with own implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Dec 23, 2024
1 parent 3e4fb28 commit 4443662
Show file tree
Hide file tree
Showing 5 changed files with 357 additions and 163 deletions.
4 changes: 2 additions & 2 deletions lib/kubereq.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ defmodule Kubereq do
name: name,
operation: :connect,
subresource: "log",
adapter: &Kubereq.PodLogs.run(&1)
adapter: &Kubereq.PodLogs.connect_and_stream(&1)
)
|> Kubereq.PodLogs.args_to_opts()

Expand Down Expand Up @@ -1288,7 +1288,7 @@ defmodule Kubereq do
name: name,
operation: :connect,
subresource: "exec",
adapter: &Kubereq.PodExec.run(&1)
adapter: &Kubereq.PodExec.connect_and_stream(&1)
)
|> Kubereq.PodExec.args_to_opts()

Expand Down
Loading

0 comments on commit 4443662

Please sign in to comment.