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

Method SetApplicationDroplet

actor/v7pushaction/v7_actor.go:36–36  ·  view source on GitHub ↗
(appGUID string, dropletGUID string)

Source from the content-addressed store, hash-verified

34 RestartApplication(appGUID string, noWait bool) (v7action.Warnings, error)
35 ScaleProcessByApplication(appGUID string, process resources.Process) (v7action.Warnings, error)
36 SetApplicationDroplet(appGUID string, dropletGUID string) (v7action.Warnings, error)
37 SetApplicationManifest(appGUID string, rawManifest []byte) (v7action.Warnings, error)
38 SetSpaceManifest(spaceGUID string, rawManifest []byte) (v7action.Warnings, error)
39 StageApplicationPackage(pkgGUID string) (resources.Build, v7action.Warnings, error)

Callers 2

Implementers 3

FakeActorcommand/v7/v7fakes/fake_actor.go
Actoractor/v7action/actor.go
FakeV7Actoractor/v7pushaction/v7pushactionfakes/f

Calls

no outgoing calls

Tested by

no test coverage detected