package
2.20.1+incompatible
Repository: https://github.com/kyverno/policy-reporter.git
Documentation: pkg.go.dev
# Functions
Kind takes an unqualified kind and returns back a Group qualified GroupKind.
NewPriority creates a new Priority based an its string representation.
PriorityFromSeverity creates a Priority based on a Severity.
Resource takes an unqualified resource and returns a Group qualified GroupResource.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Severity specifies priority of a policy result.
Severity specifies priority of a policy result.
Severity specifies priority of a policy result.
Severity specifies priority of a policy result.
Severity specifies priority of a policy result.
Status specifies state of a policy result.
Status specifies state of a policy result.
Status specifies state of a policy result.
Status specifies state of a policy result.
Status specifies state of a policy result.
No description provided by the author
# Variables
AddToScheme adds all types of this clientset into the given scheme.
SchemeBuilder builds the scheme.
SchemeGroupVersion is group version used to register these objects.
# Structs
ClusterPolicyReport is the Schema for the clusterpolicyreports API.
ClusterPolicyReportList contains a list of ClusterPolicyReport.
PolicyReport is the Schema for the policyreports API.
PolicyReportList contains a list of PolicyReport.
PolicyReportResult provides the result for an individual policy.
PolicyReportSummary provides a status count summary.
# Interfaces
No description provided by the author
# Type aliases
PolicyResult has one of the following values: - pass: indicates that the policy requirements are met - fail: indicates that the policy requirements are not met - warn: indicates that the policy requirements and not met, and the policy is not scored - error: indicates that the policy could not be evaluated - skip: indicates that the policy was not selected based on user inputs or applicability.
PolicySeverity has one of the following values: - critical - high - low - medium - info.
Priority Enum for internal Result weighting.