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
}
Bundler is used for bundling packages
type LocalBundle ¶
type LocalBundle struct {
// contains filtered or unexported fields
}
LocalBundle enables create ops with local bundles
func NewLocalBundle ¶
func NewLocalBundle(opts *LocalBundleOpts) *LocalBundle
NewLocalBundle creates a new local bundle
type LocalBundleOpts ¶
type LocalBundleOpts struct { Bundle *types.UDSBundle TmpDstDir string SourceDir string OutputDir string }
LocalBundleOpts are the options for creating a local bundle
type RemoteBundle ¶
type RemoteBundle struct {
// contains filtered or unexported fields
}
RemoteBundle enables create ops with remote bundles
func NewRemoteBundle ¶
func NewRemoteBundle(opts *RemoteBundleOpts) *RemoteBundle
NewRemoteBundle creates a new remote bundle
Directories ¶
Path | Synopsis |
---|---|
Package fetcher contains functionality to fetch local and remote Zarf pkgs for local bundling
|
Package fetcher contains functionality to fetch local and remote Zarf pkgs for local bundling |
Package pusher contains functionality to push Zarf pkgs to remote bundles
|
Package pusher contains functionality to push Zarf pkgs to remote bundles |
Click to show internal directories.
Click to hide internal directories.