Documentation
¶
Overview ¶
Package redhat implements a featurefmt.Lister for Red Hat's rpm packages.
Package redhat implements a featurefmt.Lister for Red Hat's rpm packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerImage ¶
type ContainerImage struct {
Repositories []struct {
Registry string `json:"registry"`
Published bool `json:"published"`
Repository string `json:"repository"`
} `json:"repositories"`
Architecture string `json:"architecture"`
CPE []string `json:"cpe_ids"`
ParsedData struct {
Architecture string `json:"architecture"`
Labels []struct {
Name string `json:"name"`
Value string `json:"value"`
} `json:"labels"`
} `json:"parsed_data"`
}
type LBContainerImage ¶
type LBContainerImage struct {
Status string `json:"status"`
MatchCount int `json:"matchCount"`
Images []ContainerImage `json:"processed"`
}
Click to show internal directories.
Click to hide internal directories.