Versions in this module Expand all Collapse all v2 v2.7.2 Nov 1, 2022 v2.7.1 Nov 1, 2022 Changes in this version + const KubeClarityCISDockerBenchmarkScannerImage + const KubeClarityDeploymentName + const KubeClarityHelmReleaseName + const KubeClarityImage + const KubeClarityNamespace + const KubeClarityPodLabels + const KubeClarityPortForwardHostPort + const KubeClarityPortForwardTargetPort + const KubeClarityRuntimeK8sScannerImage + const KubeClaritySbomDBImage + const KubeClarityServiceName + func CreateNamespace(client klient.Client, name string) error + func Deploy(ns string, yamlFile string) error + func DescribeKubeClarityDeployment() + func DescribeKubeClarityPods() + func GetApplicationResources(t *testing.T, kubeclarityAPI *client.KubeClarityAPIs) *operations.GetApplicationResourcesOKBody + func GetCISDockerBenchmarkResults(t *testing.T, kubeclarityAPI *client.KubeClarityAPIs, resourceID string) *operations.GetCisdockerbenchmarkresultsIDOKBody + func GetCurrentDir() string + func GetKubeClarityPods() + func GetPackages(t *testing.T, kubeclarityAPI *client.KubeClarityAPIs) *operations.GetPackagesOKBody + func GetRuntimeScanProgress(t *testing.T, kubeclarityAPI *client.KubeClarityAPIs) *models.Progress + func GetRuntimeScanResults(t *testing.T, kubeclarityAPI *client.KubeClarityAPIs) *models.RuntimeScanResults + func GetVulnerabilities(t *testing.T, kubeclarityAPI *client.KubeClarityAPIs) *operations.GetVulnerabilitiesOKBody + func InstallKubeClarity(manager *helm.Manager, args string) error + func LoadDockerImageToCluster(cluster, image string) error + func LoadDockerImagesToCluster(cluster, tag string) error + func PortForwardToKubeClarity(stopCh chan struct{}) + func PostApplications(t *testing.T, kubeclarityAPI *client.KubeClarityAPIs, ...) *operations.PostApplicationsCreated + func PutRuntimeScanStart(t *testing.T, kubeclarityAPI *client.KubeClarityAPIs, ...) *operations.PutRuntimeScanStartCreated + func StringPtr(val string) *string + func UninstallKubeClarity() error + func WaitForPodRunning(client klient.Client, ns string, labelSelector string) error