Versions in this module Expand all Collapse all v1 v1.0.0 Jul 25, 2023 v0 v0.1.0 Oct 31, 2023 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type ClusterPolicyReport struct + Results []*PolicyReportResult + Scope *corev1.ObjectReference + ScopeSelector *metav1.LabelSelector + Summary PolicyReportSummary + func (in *ClusterPolicyReport) DeepCopy() *ClusterPolicyReport + func (in *ClusterPolicyReport) DeepCopyInto(out *ClusterPolicyReport) + func (in *ClusterPolicyReport) DeepCopyObject() runtime.Object + type ClusterPolicyReportList struct + Items []ClusterPolicyReport + func (in *ClusterPolicyReportList) DeepCopy() *ClusterPolicyReportList + func (in *ClusterPolicyReportList) DeepCopyInto(out *ClusterPolicyReportList) + func (in *ClusterPolicyReportList) DeepCopyObject() runtime.Object + type PolicyReport struct + Results []*PolicyReportResult + Scope *corev1.ObjectReference + ScopeSelector *metav1.LabelSelector + Summary PolicyReportSummary + func (in *PolicyReport) DeepCopy() *PolicyReport + func (in *PolicyReport) DeepCopyInto(out *PolicyReport) + func (in *PolicyReport) DeepCopyObject() runtime.Object + type PolicyReportList struct + Items []PolicyReport + func (in *PolicyReportList) DeepCopy() *PolicyReportList + func (in *PolicyReportList) DeepCopyInto(out *PolicyReportList) + func (in *PolicyReportList) DeepCopyObject() runtime.Object + type PolicyReportResult struct + Category string + Description string + Policy string + Properties map[string]string + Result PolicyResult + Rule string + Scored bool + Severity PolicyResultSeverity + Source string + SubjectSelector *metav1.LabelSelector + Subjects []*corev1.ObjectReference + Timestamp metav1.Timestamp + func (in *PolicyReportResult) DeepCopy() *PolicyReportResult + func (in *PolicyReportResult) DeepCopyInto(out *PolicyReportResult) + type PolicyReportSummary struct + Error int + Fail int + Pass int + Skip int + Warn int + func (in *PolicyReportSummary) DeepCopy() *PolicyReportSummary + func (in *PolicyReportSummary) DeepCopyInto(out *PolicyReportSummary) + type PolicyResult string + type PolicyResultSeverity string