Documentation
¶
Overview ¶
Package packager for interacting with a packages distro config
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadDistro ¶
func LoadDistro(ctx context.Context, source string, opts LoadOptions) (*layout.DistroLayout, error)
LoadDistro fetches, verifies, and loads a Zarf package from the specified source.
Types ¶
type LoadOptions ¶
type LoadOptions struct {
Shasum string
Architecture string
Output string
OCIConcurrency int
CachePath string
types.RemoteOptions
}
LoadOptions are the options for LoadDistro.
Click to show internal directories.
Click to hide internal directories.