Documentation
¶
Index ¶
Constants ¶
View Source
const MetadataLabel = "io.buildpacks.builder.metadata"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func (*Builder) GetLocalRunImageMirrors ¶
func (*Builder) GetMetadata ¶
func (*Builder) GetRunImageByRepoName ¶
type BuildpackMetadata ¶
type GroupMetadata ¶
type GroupMetadata struct {
Buildpacks []BuildpackMetadata `json:"buildpacks"`
}
type Metadata ¶
type Metadata struct {
Buildpacks []BuildpackMetadata `json:"buildpacks"`
Groups []GroupMetadata `json:"groups"`
Stack stack.Metadata `json:"stack"`
}
Click to show internal directories.
Click to hide internal directories.