image

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2021 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Factory

type Factory struct {
	SourceUploader SourceUploader
	GitRepo        string
	GitRevision    string
	Blob           string
	LocalPath      string
	SubPath        *string
	Builder        string
	ClusterBuilder string
	Env            []string
	CacheSize      string
	DeleteEnv      []string
	Printer        Printer
}

func (*Factory) MakeImage

func (f *Factory) MakeImage(name, namespace, tag string) (*v1alpha1.Image, error)

func (*Factory) MakePatch

func (f *Factory) MakePatch(img *v1alpha1.Image) (*v1alpha1.Image, []byte, error)

type Printer

type Printer interface {
	Printlnf(format string, args ...interface{}) error
	PrintStatus(format string, args ...interface{}) error
	Writer() io.Writer
}

type SourceUploader

type SourceUploader interface {
	Upload(keychain authn.Keychain, ref, path string) (string, error)
}

Jump to

Keyboard shortcuts

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