# Packages
No description provided by the author
# Variables
No description provided by the author
# Structs
Represents a map of products to detailed versions, which include images or helm charts.
DetailedProductVersionsValidationError is the validation error returned by DetailedProductVersions.Validate if the designated constraints aren't met.
Defines a detailed version of a product, which includes a container image or a helm chart.
DetailedVersionValidationError is the validation error returned by DetailedVersion.Validate if the designated constraints aren't met.
Represents an operator request message.
OperatorRequestValidationError is the validation error returned by OperatorRequest.Validate if the designated constraints aren't met.
Represents an operator response message.
OperatorResponseValidationError is the validation error returned by OperatorResponse.Validate if the designated constraints aren't met.
Represents a map of products to version strings.
ProductVersionsValidationError is the validation error returned by ProductVersions.Validate if the designated constraints aren't met.
Represents a map of products with all available images or helm chart versions.
VersionMatrixValidationError is the validation error returned by VersionMatrix.Validate if the designated constraints aren't met.
# Type aliases
DetailedProductVersionsMultiError is an error wrapping multiple validation errors returned by DetailedProductVersions.ValidateAll() if the designated constraints aren't met.
DetailedVersionMultiError is an error wrapping multiple validation errors returned by DetailedVersion.ValidateAll() if the designated constraints aren't met.
OperatorRequestMultiError is an error wrapping multiple validation errors returned by OperatorRequest.ValidateAll() if the designated constraints aren't met.
OperatorResponseMultiError is an error wrapping multiple validation errors returned by OperatorResponse.ValidateAll() if the designated constraints aren't met.
ProductVersionsMultiError is an error wrapping multiple validation errors returned by ProductVersions.ValidateAll() if the designated constraints aren't met.
VersionMatrixMultiError is an error wrapping multiple validation errors returned by VersionMatrix.ValidateAll() if the designated constraints aren't met.