uploader

package
v3.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2022 License: Apache-2.0 Imports: 6 Imported by: 5

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL