summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/operations/kubernetes/index.rb
blob: d741ad465d715f56481d2bb4ff00e56d3431df0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module QA
  module Page
    module Project
      module Operations
        module Kubernetes
          class Index < Page::Base
            include QA::Page::Clusters::Shared::Index
          end
        end
      end
    end
  end
end