Versions in this module Expand all Collapse all v0 v0.7.1 Feb 2, 2026 v0.7.0 Jan 31, 2026 Changes in this version + type AgentClientFactory func(port int) (agent.AgentClient, func() error, error) + type Downloader struct + Options *Options + func NewDownloader(opts *Options, k8sClient client.Client, kubeExecutor kube.Executor) *Downloader + func (d *Downloader) Run(ctx context.Context) error + type Options struct + MinecraftName string + Namespace string + Output string + func NewOptions() *Options + func (o *Options) Complete(args []string) error