mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 09:59:54 +00:00
11 lines
495 B
Go
11 lines
495 B
Go
package hostsensorutils
|
|
|
|
// messages used for warnings
|
|
var (
|
|
failedToGetData = "failed to get data"
|
|
failedToTeardownNamespace = "failed to teardown Namespace"
|
|
oneHostSensorPodIsUnabledToSchedule = "One host-sensor pod is unable to schedule on node. We will fail to collect the data from this node"
|
|
failedToWatchOverDaemonSetPods = "failed to watch over DaemonSet pods"
|
|
failedToValidateHostSensorPodStatus = "failed to validate host-scanner pods status"
|
|
)
|