summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/operations/kubernetes/add_existing.rb
blob: af9e7ec1d86869742741424fdbc9ad32b9a0ec4c (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 AddExisting < Page::Base
            include QA::Page::Clusters::Shared::AddExisting
          end
        end
      end
    end
  end
end