Class: Rhea::NodesController

Inherits:
BaseController show all
Defined in:
app/controllers/rhea/nodes_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



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

def index
  @nodes = Rhea::Kubernetes::Nodes::All.new.perform
end