Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterSummary ¶
func NewClusterSummary(reports []api.Report) (api.ClusterSummary, error)
NewClusterSummary builds a summary for a current cluster based on a freshly generated slice of reports.
func NewReport ¶
func NewReport(pm *packaging.PolicyManifest, rc *results.ResultCollection) (api.Report, error)
NewReport creates a report from a policy manifest and a results collection
Types ¶
type MissingRegoDefinitionError ¶
type MissingRegoDefinitionError struct {
// contains filtered or unexported fields
}
MissingRegoDefinitionError error to be returned when a rule from the PolicyManifest was not found in Rego.
func (*MissingRegoDefinitionError) Error ¶
func (e *MissingRegoDefinitionError) Error() string
Click to show internal directories.
Click to hide internal directories.