# Functions
NewEmbedder returns a new *Embedder.
OverrideAnnotations reads the local annotations file and merges it with the given annotations map.
OverrideClusterServiceVersion reads the override file in the output directory and makes sure it's applied to the given base ClusterServiceVersion.
Validate checks whether objects can be included in an OLM bundle.
# Structs
CustomResourceDefinition adds metadata of given CustomResourceDefinitions to ClusterServiceVersion as owned CRD.
Deployment scans Deployments to add their spec to ClusterServiceVersion.
Embedder runs given Scanners in order.
# Interfaces
Scanner is a struct that can take information from a manifest to add it to given ClusterServiceVersion and return whether the manifest should be ignored in the final package.