MCPcopy Create free account
hub / github.com/buildpacks/pack / Descriptor

Method Descriptor

internal/builder/lifecycle.go:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28type Lifecycle interface {
29 Blob
30 Descriptor() LifecycleDescriptor
31}
32
33type lifecycle struct {

Callers 15

NewPackageFunction · 0.65
testBuilderFunction · 0.65
assertImageHasBPLayerFunction · 0.65
assertImageHasExtLayerFunction · 0.65
AddBuildpackMethod · 0.65
AddBuildpacksMethod · 0.65
AddExtensionMethod · 0.65
SetLifecycleMethod · 0.65

Implementers 10

mockBuildModulepkg/client/client_test.go
errorBuildModulepkg/buildpack/buildpack_test.go
buildModulepkg/buildpack/buildpack.go
MockBuildModulepkg/testmocks/mock_build_module.go
MockBuildModuleMockRecorderpkg/testmocks/mock_build_module.go
fakeExtensioninternal/fakes/fake_extension.go
fakeBuildpackinternal/fakes/fake_buildpack.go
lifecycleinternal/builder/lifecycle.go
MockLifecycleinternal/builder/testmocks/mock_lifecy
MockLifecycleMockRecorderinternal/builder/testmocks/mock_lifecy

Calls

no outgoing calls

Tested by 4

testBuilderFunction · 0.52
assertImageHasBPLayerFunction · 0.52
assertImageHasExtLayerFunction · 0.52