package
0.0.0-20231026160944-34b34eac2554
Repository: https://github.com/opdev/operator-certification.git
Documentation: pkg.go.dev

# 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