Versions in this module Expand all Collapse all v0 v0.2.1 Dec 8, 2022 Changes in this version + type ContainerImage struct + Hash string + HashType string + Status ImageFuzzStatus + func ContainerImageFromString(hashString string, statusString string) (image ContainerImage, convErr error) + func CreateContainerImage(hash string, hashType string, status ImageFuzzStatus) (ContainerImage, error) + func CreateContainerImagesFromPod(l logger.Logger, pod *apiv1.Pod) ([]ContainerImage, error) + func (img ContainerImage) String() (key string, status string) + func (img ContainerImage) Verify() error + type ImageFuzzStatus int + const BeingFuzzed + const Fuzzed + const NotFuzzed