bundler

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Overview

Package bundler defines behavior for bundling packages

Package bundler defines behavior for bundling packages

Package bundler defines behavior for bundling packages

Package bundler defines behavior for bundling packages

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bundler

type Bundler struct {
	// contains filtered or unexported fields
}

func NewBundler

func NewBundler(opts *Options) *Bundler

func (*Bundler) Create

func (b *Bundler) Create() error

type LocalBundle

type LocalBundle struct {
	// contains filtered or unexported fields
}

func NewLocalBundle

func NewLocalBundle(opts *LocalBundleOpts) *LocalBundle

type LocalBundleOpts

type LocalBundleOpts struct {
	Bundle    *types.UDSBundle
	TmpDstDir string
}

type Options

type Options struct {
	Bundle    *types.UDSBundle
	Output    string
	TmpDstDir string
}

type Pusher

type Pusher interface {
}

type RemoteBundle

type RemoteBundle struct {
	// contains filtered or unexported fields
}

func NewRemoteBundle

func NewRemoteBundle(opts *RemoteBundleOpts) *RemoteBundle

type RemoteBundleOpts

type RemoteBundleOpts struct {
	Bundle    *types.UDSBundle
	TmpDstDir string
	Output    string
}

Directories

Path Synopsis
Package fetcher contains functionality to fetch local and remote Zarf pkgs for bundling
Package fetcher contains functionality to fetch local and remote Zarf pkgs for bundling

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL