Documentation
¶
Overview ¶
Package uploader provides a library for uploading charts.
This package contains tools for uploading charts to registries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartUploader ¶
type ChartUploader struct {
// Out is the location to write warning and info messages.
Out io.Writer
// Pusher collection for the operation
Pushers pusher.Providers
// Options provide parameters to be passed along to the Pusher being initialized.
Options []pusher.Option
// RegistryClient is a client for interacting with registries.
RegistryClient *registry.Client
}
ChartUploader handles uploading a chart.
func (*ChartUploader) UploadTo ¶
func (c *ChartUploader) UploadTo(ref, remote string) error
UploadTo uploads a chart. Depending on the settings, it may also upload a provenance file.
Click to show internal directories.
Click to hide internal directories.