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
Click to show internal directories.
Click to hide internal directories.