# Functions
HasInfrastructureFeaturesAnnotation returns true if the infrastructure-features annotation exists in the .metadata.annotations block of csv.
HasRelatedImages returns true if the length of the .spec.relatedImages section of csv is greater than 0.
RelatedImageReferencesInEnvironment returns a slice of environment variables that are prefixed with RELATED_IMAGE_, which is the typical way to push these values into the controller's environment.
RelatedImagesArePinned returns true if all related images are digest-references.
SupportsDisconnected accepts a stringified list of supported features and returns true if "disconnected" is listed as a supported feature.
# Constants
No description provided by the author