Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LoadArchive = loader.LoadArchive
Functions ¶
Types ¶
type Loader ¶
type Loader interface {
ChartArchive() (blobaccess.BlobAccess, error)
ChartArtefactSet() (blobaccess.BlobAccess, error)
Chart() (*chart.Chart, error)
Provenance() ([]byte, error)
Close() error
}
func AccessLoader ¶
func AccessLoader(acc helm.ChartAccess) Loader
Click to show internal directories.
Click to hide internal directories.