# Functions
AutoUpdate looks up containers with a specified auto-update policy and acts accordingly.
LookupPolicy looks up the corresponding Policy for the specified string.
ValidateImageReference checks if the specified imageName is a fully-qualified image reference to the docker transport (without digest).
# Constants
Label denotes the container label key to specify authfile in container labels.
Label denotes the container/pod label key to specify auto-update policies in container labels.
PolicyDefault is the default policy denoting no auto updates.
PolicyLocalImage is the policy to run auto-update based on a local image.
PolicyRegistryImage is the policy to update as soon as there's a new image found.
# Type aliases
Policy represents an auto-update policy.