source

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: May 22, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BundleSource

type BundleSource interface {
	GetBundle() (bundle.RegistryV1, error)
}

func FromBundle

func FromBundle(rv1 bundle.RegistryV1) BundleSource

func FromFS

func FromFS(fs fs.FS) BundleSource

FromFS returns a BundleSource that loads a registry+v1 bundle from a filesystem. The filesystem is expected to conform to the registry+v1 format: metadata/annotations.yaml metadata/properties.yaml manifests/

  • csv.yaml
  • ...

manifests directory should not contain subdirectories

Jump to

Keyboard shortcuts

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