Versions in this module Expand all Collapse all v3 v3.7.2 Nov 3, 2021 Changes in this version + type Constructor func(options ...Option) (Pusher, error) + type OCIPusher struct + func (pusher *OCIPusher) Push(chartRef, href string, options ...Option) error + type Option func(*options) + func WithRegistryClient(client *registry.Client) Option + type Provider struct + New Constructor + Schemes []string + func (p Provider) Provides(scheme string) bool + type Providers []Provider + func All(settings *cli.EnvSettings) Providers + func (p Providers) ByScheme(scheme string) (Pusher, error) + type Pusher interface + Push func(chartRef, url string, options ...Option) error + func NewOCIPusher(ops ...Option) (Pusher, error)