native

package
v1.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	Logger bard.Logger
}

func (Build) Build

func (b Build) Build(context libcnb.BuildContext) (libcnb.BuildResult, error)

type Detect

type Detect struct{}

func (Detect) Detect

func (d Detect) Detect(context libcnb.DetectContext) (libcnb.DetectResult, error)

type NativeImage

type NativeImage struct {
	ApplicationPath  string
	Arguments        []string
	Dependency       libpak.BuildpackDependency
	DependencyCache  libpak.DependencyCache
	Executor         effect.Executor
	LayerContributor libpak.LayerContributor
	Logger           bard.Logger
	Manifest         *properties.Properties
	StackID          string
}

func NewNativeImage

func NewNativeImage(applicationPath string, arguments string, dependency libpak.BuildpackDependency,
	cache libpak.DependencyCache, manifest *properties.Properties, stackID string,
	plan *libcnb.BuildpackPlan) (NativeImage, error)

func (NativeImage) Contribute

func (n NativeImage) Contribute(layer libcnb.Layer) (libcnb.Layer, error)

func (NativeImage) Name

func (NativeImage) Name() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL