Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LoadArchive = loader.LoadArchive
Functions ¶
Types ¶
type Loader ¶
type Loader interface { ChartArchive() (accessio.TemporaryBlobAccess, error) ChartArtefactSet() (accessio.TemporaryBlobAccess, 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.