Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatusFail = "FAIL" StatusWarn = "WARN" StatusInfo = "INFO" StatusPass = "PASS" )
Variables ¶
This section is empty.
Functions ¶
func MapResult ¶
func MapResult(status string) v1alpha2.PolicyResult
func MapServerity ¶
func MapServerity(severity v1alpha1.Severity) v1alpha2.PolicySeverity
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(client controller.Controller, polrClient v1alpha2.Wgpolicyk8sV1alpha2Interface, applyLabels []string) *Client
type PolicyReportClient ¶
type PolicyReportClient struct {
// contains filtered or unexported fields
}
func NewPolicyReportClient ¶
func NewPolicyReportClient(client pr.Wgpolicyk8sV1alpha2Interface, applyLabels []string) *PolicyReportClient
func (*PolicyReportClient) DeleteReport ¶
func (p *PolicyReportClient) DeleteReport(ctx context.Context, report *v1alpha1.CISKubeBenchReport) error
func (*PolicyReportClient) GenerateReport ¶
func (p *PolicyReportClient) GenerateReport(ctx context.Context, report *v1alpha1.CISKubeBenchReport) error
Click to show internal directories.
Click to hide internal directories.