Class: Rhea::SystemServicesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/rhea/system_services_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
# File 'app/controllers/rhea/system_services_controller.rb', line 3

def index
  @service_names_urls = Rhea::Kubernetes::SystemServices.service_names_urls
end