Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(ctx context.Context, client kubernetes.Client, image Image, dir, file string, options *RunOptions) error
Types ¶
type Image ¶
type Image struct { Name string Tag string Insecure bool Registry string Username string Password string }
func ParseImage ¶
type RunOptions ¶
type RunOptions struct { Name string Namespace string // Rootless BuildKit image overwrite Image string Stdout io.Writer Stderr io.Writer OnPod func(ctx context.Context, client kubernetes.Client, pod *corev1.Pod) error OnContext func(ctx context.Context, client kubernetes.Client, pod *corev1.Pod, path string) error }
Click to show internal directories.
Click to hide internal directories.