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
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 ¶
Click to show internal directories.
Click to hide internal directories.