MCPcopy
hub / github.com/helm/helm / OCIPusher

Struct OCIPusher

pkg/pusher/ocipusher.go:35–37  ·  view source on GitHub ↗

OCIPusher is the default OCI backend handler

Source from the content-addressed store, hash-verified

33
34// OCIPusher is the default OCI backend handler
35type OCIPusher struct {
36 opts options
37}
38
39// Push performs a Push from repo.Pusher.
40func (pusher *OCIPusher) Push(chartRef, href string, options ...Option) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected