Class: UffizziCore::Api::Cli::V1::Projects::Deployments::ContainersController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/uffizzi_core/api/cli/v1/projects/deployments/containers_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

Get a list of container services for a deployment



19
20
21
22
23
# File 'app/controllers/uffizzi_core/api/cli/v1/projects/deployments/containers_controller.rb', line 19

def index
  containers = resource_deployment.containers.active

  respond_with containers
end