Documentation ¶
Index ¶
- Constants
- func BuildFile(fileName string, b Bundle, imageReference string) (reference.NamedTagged, ocispec.Descriptor, error)
- func BuildFromSpecFile(specFileName string, filenameFunc func(Bundle) (string, error), ...) (string, reference.NamedTagged, ocispec.Descriptor, error)
- func BuildWriter(w io.Writer, b Bundle, imageReference string) (reference.NamedTagged, ocispec.Descriptor, error)
- func ReadSpec(specReader io.Reader) (*specsv1.Bundle, error)
- func ReadSpecFile(specFileName string) (*specsv1.Bundle, error)
- func StringFromBundleTemplate(tmplStr string) func(b Bundle) (string, error)
- type Bundle
Constants ¶
View Source
const (
MediaTypeOLMOperatorFrameworkRegistryV1 = "olm.operatorframework.io/registry+v1"
)
Variables ¶
This section is empty.
Functions ¶
func BuildFile ¶
func BuildFile(fileName string, b Bundle, imageReference string) (reference.NamedTagged, ocispec.Descriptor, error)
func BuildFromSpecFile ¶
func BuildWriter ¶
func BuildWriter(w io.Writer, b Bundle, imageReference string) (reference.NamedTagged, ocispec.Descriptor, error)
BuildWriter writes a bundle to a writer
Types ¶
Click to show internal directories.
Click to hide internal directories.