Commit 1471495e authored by Alessio Caiazza's avatar Alessio Caiazza

Review Gitlab::Kubernetes::Namespace

parent a194d312
......@@ -4,7 +4,7 @@ module Gitlab
attr_accessor :name
def initialize(name, client)
self.name = name
@name = name
@client = client
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