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

Remove `canary?` parameter

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