Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentClientFactory ¶
type AgentClientFactory func(port int) (agent.AgentClient, func() error, error)
AgentClientFactory is a function to create an agent client.
type Downloader ¶
type Downloader struct {
Options *Options
// contains filtered or unexported fields
}
Downloader struct for executing download logic.
func NewDownloader ¶
func NewDownloader( opts *Options, k8sClient client.Client, kubeExecutor kube.Executor, ) *Downloader
NewDownloader creates a new Downloader struct.
Click to show internal directories.
Click to hide internal directories.