|
|
@ -29,7 +29,7 @@ type ChartUploader struct {
|
|
|
|
// Out is the location to write warning and info messages.
|
|
|
|
// Out is the location to write warning and info messages.
|
|
|
|
Out io.Writer
|
|
|
|
Out io.Writer
|
|
|
|
// Pusher collection for the operation
|
|
|
|
// Pusher collection for the operation
|
|
|
|
Pushers pusher.ProvidersInterface
|
|
|
|
Pushers pusher.ProvidersResolver
|
|
|
|
// Options provide parameters to be passed along to the Pusher being initialized.
|
|
|
|
// Options provide parameters to be passed along to the Pusher being initialized.
|
|
|
|
Options []pusher.Option
|
|
|
|
Options []pusher.Option
|
|
|
|
// RegistryClient is a client for interacting with registries.
|
|
|
|
// RegistryClient is a client for interacting with registries.
|
|
|
|