Versions in this module Expand all Collapse all v1 v1.0.0 Dec 3, 2024 Changes in this version + const DefaultFactor + const DefaultJitter + const DefaultMaxAttempts + const DefaultMaxDelay + const DefaultMinRetryDelay + func Download(ctx context.Context, params Params, eventRecorder event.EventRecorder) (cfg config.MacPlatformConfigurationOptions, err error) + type Manager struct + func NewManager(eventRecorder event.EventRecorder, cachePath string) *Manager + func (m *Manager) Download(ctx context.Context, ref string, ignoreExisting bool) (cfg config.MacPlatformConfigurationOptions, d time.Duration, err error) + type Params struct + IgnoreExisiting bool + MaxAttempts int + MaxDelay time.Duration + MinRetryDelay time.Duration + Ref string + StorePath string