class Eclair::K8sGroupItem

Public Instance Methods

header() click to toggle source
# File lib/eclair/providers/k8s/k8s_group_item.rb, line 6
    def header
      all = @items.count

      <<-EOS
      Group #{label}
      #{all} pods Total
      EOS
    end