helm

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 25 Imported by: 1

Documentation

Index

Constants

View Source
const (
	ChartMediaType      = registry.ChartLayerMediaType
	ProvenanceMediaType = registry.ProvLayerMediaType
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartAccess

type ChartAccess interface {
	io.Closer
	Chart() (blobaccess.BlobAccess, error)
	Prov() (blobaccess.BlobAccess, error)
	ArtefactSet() (blobaccess.BlobAccess, error)
}

func DownloadChart

func DownloadChart(out common.Printer, ctx oci.ContextProvider, ref, version, repourl string, opts ...Option) (ChartAccess, error)

func NewChartAccessByFiles

func NewChartAccessByFiles(chart, prov string, fss ...vfs.FileSystem) ChartAccess

type Option

type Option interface {
	// contains filtered or unexported methods
}

func WithBasicAuth

func WithBasicAuth(user, password string) Option

func WithCert

func WithCert(cert []byte, privkey []byte) Option

func WithCredentials

func WithCredentials(creds common.Properties) Option

func WithKeyring

func WithKeyring(data []byte) Option

func WithRootCert

func WithRootCert(data []byte) Option

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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