Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
func App ¶
func App(ctx context.Context, client kubernetes.Client, namespace, name string) (*Application, error)
func Apps ¶
func Apps(ctx context.Context, client kubernetes.Client, namespace string) ([]Application, error)
type BackgroundScanReport ¶
type BackgroundScanReport = v1alpha2.BackgroundScanReport
type BackgroundScanReportList ¶
type BackgroundScanReportList = v1alpha2.BackgroundScanReportList
type ClusterBackgroundScanReport ¶
type ClusterBackgroundScanReport = v1alpha2.ClusterBackgroundScanReport
type ClusterBackgroundScanReportList ¶
type ClusterBackgroundScanReportList = v1alpha2.ClusterBackgroundScanReportList
type Resource ¶
type Resource struct { Category string Kind string Name string Namespace string Labels map[string]string Annotations map[string]string Status ResourceStatus Violations []ResourceViolation Vulnerabilities []ResourceVulnerability }
type ResourceStatus ¶
type ResourceStatus string
const ( StatusPending ResourceStatus = "Pending" StatusRunning ResourceStatus = "Running" StatusSucceeded ResourceStatus = "Succeeded" StatusFailed ResourceStatus = "Failed" StatusUnknown ResourceStatus = "" )
type ResourceViolation ¶
type ResourceVulnerability ¶
type VulnerabilityReport ¶
type VulnerabilityReport = v1alpha1.VulnerabilityReport
type VulnerabilityReportList ¶
type VulnerabilityReportList = v1alpha1.VulnerabilityReportList
Click to show internal directories.
Click to hide internal directories.