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() (accessio.TemporaryBlobAccess, error) Prov() (accessio.TemporaryBlobAccess, error) ArtefactSet() (accessio.TemporaryBlobAccess, 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 WithCredentials ¶
func WithCredentials(creds common.Properties) Option
func WithKeyring ¶
func WithRootCert ¶
Click to show internal directories.
Click to hide internal directories.