Documentation
¶
Index ¶
Constants ¶
View Source
const LifecycleType = "cnb"
Variables ¶
This section is empty.
Functions ¶
func CreateEnvFiles ¶
func RemoveBuildOnlyLayers ¶
Types ¶
type BuildpackMetadata ¶
type LifecycleMetadata ¶
type LifecycleMetadata struct {
Buildpacks []BuildpackMetadata `json:"buildpacks"`
}
type ProcessTypes ¶
type StagingResult ¶
type StagingResult struct {
LifecycleMetadata `json:"lifecycle_metadata"`
ProcessTypes `json:"process_types"`
ExecutionMetadata string `json:"execution_metadata"`
LifecycleType string `json:"lifecycle_type"`
}
func StagingResultFromMetadata ¶
func StagingResultFromMetadata(buildMeta *files.BuildMetadata) *StagingResult
Click to show internal directories.
Click to hide internal directories.