localbuilder

package
v0.6.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2019 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ChanWrapper added in v0.6.0

func ChanWrapper(input <-chan struct{}) chan struct{}

func PortForward added in v0.6.0

func PortForward(k8s *kubernetes.Clientset, port, targetPort string, pod v1.Pod, stdOutAndErr bool, readyChan, stopChan chan struct{}) error

Types

type LocalBuilder

type LocalBuilder interface {
	Build(ctx context.Context, specs map[stack.ContainerBuildKey]riov1.ImageBuildSpec, parallel bool, namespace string) (map[stack.ContainerBuildKey]string, error)
}

func NewLocalBuilder

func NewLocalBuilder(ctx context.Context, systemNamespace string, apply apply.Apply, k8s *kubernetes.Clientset) (LocalBuilder, error)

type RuntimeBuilder

type RuntimeBuilder interface {
	Build(ctx context.Context, spec riov1.ImageBuildSpec) (string, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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