# Functions
HasDisconnectedAnnotation returns true if the disconnected annotation exists in the .metadata.annotations block of csv.
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 the value of the DisconnectedAnnotation and returns whether it is set to the exact value of "true", which is the expected value indicating support.
SupportsDisconnectedViaInfrastructureFeatures 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author