# Functions
FloatToRelease will build a full image name from basename, name, separator, version parts given as arguments.
# Constants
FloatDirectionDown means the minor version will be left intact, but patch number will be removed, effectively meaning latest version from current minor release.
FloatDirectionUp means the minor version will be incremented to find compatible range ,effectively meaning a next minor release.
# Variables
VersionPrefix used to prefix versions.
# Structs
InfluenceableReference defines an image reference that can be influenced by environment variables.
# Type aliases
FloatDirection defines the way to float a non-release version.