Commit 7a73cff7 authored by Tiago Botelho's avatar Tiago Botelho

Fix rubocop

parent ceb628e5
...@@ -9,6 +9,7 @@ class Kubeclient::Client ...@@ -9,6 +9,7 @@ class Kubeclient::Client
else else
@entities[kind.to_s].resource_name @entities[kind.to_s].resource_name
end end
ns_prefix = build_namespace_prefix(namespace) ns_prefix = build_namespace_prefix(namespace)
rest_client["#{ns_prefix}#{entity_name_plural}/#{name}:#{port}/proxy"].url rest_client["#{ns_prefix}#{entity_name_plural}/#{name}:#{port}/proxy"].url
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment