Versions in this module Expand all Collapse all v0 v0.0.1 Feb 6, 2026 Changes in this version + const AnnotationBundleName + const AnnotationBundleVersion + const GHCRDeliveryBundlePath + const GHCRPackagesPath + const GHCRUDSBundlePath + func CheckOCISourcePath(source string) (string, error) + func GetDeployedPackageNames() []string + func PrintBundleList(bundles []BundleDeployment) + func ValidateArch(arch string) error + func ValidateBundleSignature(bundleYAMLPath, signaturePath, publicKeyPath string) error + type Bundle struct + Bundle types.UDSBundle + func New(cfg *types.BundleConfig) (*Bundle, error) + func (b *Bundle) CalculateBuildInfo() error + func (b *Bundle) ClearPaths() + func (b *Bundle) ConfirmBundleDeploy() (confirm bool) + func (b *Bundle) Create(ctx context.Context) error + func (b *Bundle) CreateZarfPkgs() error + func (b *Bundle) Deploy(ctx context.Context) error + func (b *Bundle) Inspect() error + func (b *Bundle) PreDeployValidation() (string, string, string, error) + func (b *Bundle) Publish() error + func (b *Bundle) Pull() error + func (b *Bundle) Remove() error + func (b *Bundle) SetDeploySource(srcDir string) + func (b *Bundle) ValidateBundleResources(spinner *message.Spinner) error + type BundleDeployment struct + Name string + Packages []string + Version string + func ListDeployedBundles(ctx context.Context) ([]BundleDeployment, error) + type NamespaceOverrideMap = map[string]map[string]string + type PkgView struct + type Provider interface + CreateBundleSBOM func(extractSBOM bool, bundleName string) ([]string, error) + LoadBundle func(options types.BundlePullOptions, concurrency int) (*types.UDSBundle, types.PathMap, error) + LoadBundleMetadata func() (types.PathMap, error) + PublishBundle func(bundle types.UDSBundle, remote *oci.OrasRemote) error + func NewBundleProvider(source, destination string) (Provider, error)