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

Method CreateDeployment

command/v7/shared/app_stager.go:47–47  ·  view source on GitHub ↗
(dep resources.Deployment)

Source from the content-addressed store, hash-verified

45
46type stagingAndStartActor interface {
47 CreateDeployment(dep resources.Deployment) (string, v7action.Warnings, error)
48 GetCurrentUser() (configv3.User, error)
49 GetDetailedAppSummary(appName string, spaceGUID string, withObfuscatedValues bool) (v7action.DetailedApplicationSummary, v7action.Warnings, error)
50 GetStreamingLogsForApplicationByNameAndSpace(appName string, spaceGUID string, client sharedaction.LogCacheClient) (<-chan sharedaction.LogMessage, <-chan error, context.CancelFunc, v7action.Warnings, error)

Callers 1

StartAppMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected