bundlefs

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BundlePathAnnotations = "metadata/annotations.yaml"
	BundlePathProperties  = "metadata/properties.yaml"
	BundlePathManifests   = "manifests"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BundleFSBuilder

type BundleFSBuilder interface {
	WithPackageName(packageName string) BundleFSBuilder
	WithChannels(channels ...string) BundleFSBuilder
	WithDefaultChannel(channel string) BundleFSBuilder
	WithBundleProperty(propertyType string, value string) BundleFSBuilder
	WithBundleResource(resourceName string, resource client.Object) BundleFSBuilder
	WithCSV(csv v1alpha1.ClusterServiceVersion) BundleFSBuilder
	Build() fstest.MapFS
}

BundleFSBuilder builds a registry+v1 bundle filesystem

func Builder

func Builder() BundleFSBuilder

Jump to

Keyboard shortcuts

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