localbuilder

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2020 License: Apache-2.0 Imports: 30 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(restConfig *rest.Config, 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, restConfig *rest.Config, 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