Documentation ¶
Overview ¶
Package image scan and provide image info
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { Name string Namespace string Labels LabelMap Deployment string Image string RepoTags []string Arch string Distro string OS string FileList []string DirList []string TempDir string }
Info contains image information
func (*Info) GetDistro ¶
func (img *Info) GetDistro()
GetDistro identifies the distribution of the image
func (*Info) GetImageInfo ¶
func (img *Info) GetImageInfo()
GetImageInfo fetches information about the image and reads its manifest
func (*Info) GetPolicyDir ¶
GetPolicyDir generates a policy directory path based on the image information
Click to show internal directories.
Click to hide internal directories.