Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditBundle ¶
type AuditBundle struct { Bundle *apimanifests.Bundle FoundLabel bool OperatorBundleName string OperatorBundleImagePath string PackageName string DefaultChannel string ScorecardResults v1alpha3.TestList ValidatorsResults []errors.ManifestResult CSVFromIndexDB *v1alpha1.ClusterServiceVersion PropertiesDB []pkg.PropertiesAnnotation Channels []string HasCustomScorecardTests bool IsHeadOfChannel bool BundleImageLabels map[string]string `json:"bundleImageLabels,omitempty"` BundleAnnotations map[string]string `json:"bundleAnnotations,omitempty"` Errors []string }
AuditBundle defines the data per bundle which is gathering to generate the reports
func NewAuditBundle ¶
func NewAuditBundle(operatorBundleName, operatorBundleImagePath string) *AuditBundle
Click to show internal directories.
Click to hide internal directories.