-
- Downloads
There was an error fetching the commit references. Please try again later.
Extend controllers to support a new data structure for manual Kubernetes clusters
Showing
- app/controllers/projects/clusters/gcp_controller.rb 78 additions, 0 deletionsapp/controllers/projects/clusters/gcp_controller.rb
- app/controllers/projects/clusters/kubernetes_controller.rb 39 additions, 0 deletionsapp/controllers/projects/clusters/kubernetes_controller.rb
- app/controllers/projects/clusters_controller.rb 3 additions, 73 deletionsapp/controllers/projects/clusters_controller.rb
- app/models/clusters/cluster.rb 6 additions, 0 deletionsapp/models/clusters/cluster.rb
- app/views/projects/clusters/_form.html.haml 18 additions, 32 deletionsapp/views/projects/clusters/_form.html.haml
- app/views/projects/clusters/gcp/_form.html.haml 34 additions, 0 deletionsapp/views/projects/clusters/gcp/_form.html.haml
- app/views/projects/clusters/gcp/login.html.haml 2 additions, 2 deletionsapp/views/projects/clusters/gcp/login.html.haml
- app/views/projects/clusters/gcp/new.html.haml 2 additions, 2 deletionsapp/views/projects/clusters/gcp/new.html.haml
- app/views/projects/clusters/kubernetes/_form.html.haml 31 additions, 0 deletionsapp/views/projects/clusters/kubernetes/_form.html.haml
- app/views/projects/clusters/kubernetes/new.html.haml 10 additions, 0 deletionsapp/views/projects/clusters/kubernetes/new.html.haml
- app/views/projects/clusters/new.html.haml 3 additions, 3 deletionsapp/views/projects/clusters/new.html.haml
- app/views/projects/clusters/show.html.haml 1 addition, 8 deletionsapp/views/projects/clusters/show.html.haml
- config/routes/project.rb 7 additions, 3 deletionsconfig/routes/project.rb
Please register or sign in to comment