# Functions
/ AutoUpdate looks up containers with a specified auto-update policy and acts accordingly.
LookupPolicy looks up the corresponding Policy for the specified string.
# Constants
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.