# Constants
Only debug log if an image does not match the expected platform.
Warn if an image does not match the expected platform.
SearchFilterAutomated is the key for filtering images by their automated attribute.
SearchFilterOfficial is the key for filtering images by their official attribute.
SearchFilterStars is the key for filtering images by stars.
# Variables
SearchFilters includes all supported search filters.
# Structs
ManifestListData is a list of platform-specific manifests, specifically used to generate output struct for `podman manifest inspect`.
ManifestListDescriptor describes a manifest that is mentioned in an image index or manifest list.
# Type aliases
PlatformPolicy controls the behavior of image-platform matching.