image

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

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
	TLSConfig      registry.TLSConfig
	Printer        Printer
}

func (*Factory) MakeImage

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

func (*Factory) MakePatch added in v0.1.3

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

type Printer added in v0.1.3

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

type SourceUploader

type SourceUploader interface {
	Upload(ref, path string, writer io.Writer, tlsCfg registry.TLSConfig) (string, error)
}

Jump to

Keyboard shortcuts

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