MCPcopy
hub / github.com/cloudfoundry/cli / CreateApplicationInSpace

Method CreateApplicationInSpace

command/v7/actor.go:36–36  ·  view source on GitHub ↗
(app resources.Application, spaceGUID string)

Source from the content-addressed store, hash-verified

34 CreateAndUploadBitsPackageByApplicationNameAndSpace(appName string, spaceGUID string, bitsPath string) (resources.Package, v7action.Warnings, error)
35 CreateApplicationDroplet(appGUID string) (resources.Droplet, v7action.Warnings, error)
36 CreateApplicationInSpace(app resources.Application, spaceGUID string) (resources.Application, v7action.Warnings, error)
37 CreateBitsPackageByApplication(appGUID string) (resources.Package, v7action.Warnings, error)
38 CreateBuildpack(buildpack resources.Buildpack) (resources.Buildpack, v7action.Warnings, error)
39 CreateDeployment(dep resources.Deployment) (string, v7action.Warnings, error)

Callers 1

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected