Fix rubocop

This commit is contained in:
Tiago Botelho 2018-05-23 14:55:26 +01:00
parent ceb628e570
commit 7a73cff72e

View file

@ -9,6 +9,7 @@ class Kubeclient::Client
else
@entities[kind.to_s].resource_name
end
ns_prefix = build_namespace_prefix(namespace)
rest_client["#{ns_prefix}#{entity_name_plural}/#{name}:#{port}/proxy"].url
end