build

package
v0.0.0-...-2f10389 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2017 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder struct {
	Options
	// contains filtered or unexported fields
}

func NewBuilder

func NewBuilder(parentLogger nuclio.Logger, options *Options) (*Builder, error)

func (*Builder) Build

func (b *Builder) Build() (string, error)

func (*Builder) GetFunctionDir

func (b *Builder) GetFunctionDir() string

func (*Builder) GetFunctionHandler

func (b *Builder) GetFunctionHandler() string

func (*Builder) GetFunctionName

func (b *Builder) GetFunctionName() string

func (*Builder) GetFunctionPath

func (b *Builder) GetFunctionPath() string

func (*Builder) GetNoBaseImagePull

func (b *Builder) GetNoBaseImagePull() bool

func (*Builder) GetNuclioSourceDir

func (b *Builder) GetNuclioSourceDir() string

func (*Builder) GetNuclioSourceURL

func (b *Builder) GetNuclioSourceURL() string

func (*Builder) GetStagingDir

func (b *Builder) GetStagingDir() string

type Options

type Options struct {
	FunctionName    string
	FunctionPath    string
	NuclioSourceDir string
	NuclioSourceURL string
	PushRegistry    string
	Runtime         string
	Verbose         bool
	OutputName      string
	OutputType      string
	OutputVersion   string
	NoBaseImagePull bool
}

Jump to

Keyboard shortcuts

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