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

TypeAlias AppLifecycleType

api/cloudcontroller/ccv3/constant/application.go:4–4  ·  view source on GitHub ↗

AppLifecycleType informs the platform of how to build droplets and run apps.

Source from the content-addressed store, hash-verified

2
3// AppLifecycleType informs the platform of how to build droplets and run apps.
4type AppLifecycleType string
5
6const (
7 // AppLifecycleTypeBuildpack will use a droplet and a rootfs to run the app.

Callers 1

ExecuteMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected