Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalBuilder ¶
type LocalBuilder interface {
Build(ctx context.Context, specs map[string]riov1.ImageBuild, parallel bool, namespace string) (map[string]string, error)
}
func NewLocalBuilder ¶
func NewLocalBuilder(ctx context.Context, buildkitPodName, socatPodName, systemNamespace string, pushLocal bool, apply apply.Apply, k8s *kubernetes.Clientset) (LocalBuilder, error)
type RuntimeBuilder ¶
Click to show internal directories.
Click to hide internal directories.