package
0.0.0-20250312103854-53f59d9b9332
Repository: https://github.com/kyma-project/test-infra.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetInconsistentImages returns a list of images with the same URl but different versions or hashes.
MergeImageMap merges images map into target one.
PrintAndFail prints error message and exits program with given exit code.
PrintComponentImageMap prints map of ComponentImages in a provided format.
PrintImages prints otu list of images and their usage in components.
PrintImagesJSON prints JSON list with names and components for each image.
PrintImagesYAML prints YAML list with names and components for each image.

# Structs

ComponentImage contains image and map of components using this image.
ContainerRegistry stores path to a container registry.
CustomFields contains list of image custom fields.
GlobalKey contains all keys with image info inside global key.
Image contains info about a singular image.
OutputImage describes an image in the output format.
OutputImageList contains a list of images in the output format.
ValueFile provides simple mapping to a values.yaml file.

# Type aliases

ComponentImageMap defines type for map of ComponentImages, where key is a full image URL.