Commit 3f34458e authored by Kamil Trzcinski's avatar Kamil Trzcinski

Remove `canary?` parameter

parent 53f8fecd
......@@ -21,10 +21,6 @@ module Gitlab
track.nil? || track == 'stable'
end
def canary?
!stable?
end
def outdated?
observed_generation < generation
end
......@@ -68,7 +64,6 @@ module Gitlab
status: status,
tooltip: "#{name} (pod #{n}) #{status.capitalize}",
track: track,
canary: canary?,
stable: stable?
}
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