Versions in this module Expand all Collapse all v0 v0.5.6 Nov 12, 2023 Changes in this version + type K8sOption func(*client) + func WithExcludeOwned(excludeOwned bool) K8sOption v0.5.5 Sep 12, 2023 Changes in this version + type ArtifactsK8S interface + GetArtifact func(context.Context, string, string) (*artifacts.Artifact, error) + ListArtifactAndNodeInfo func(context.Context, string, map[string]string, ...corev1.Toleration) ([]*artifacts.Artifact, error) + ListArtifacts func(context.Context) ([]*artifacts.Artifact, error) + ListBomInfo func(context.Context) ([]*artifacts.Artifact, error) + type VulK8S interface + AllNamespaces func() VulK8S + Namespace func(string) VulK8S + Resources func(string) VulK8S + func New(cluster k8s.Cluster, logger *zap.SugaredLogger) VulK8S