Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ContainerNotFoundOnNodeRegexp regex to match container on node not found ContainerNotFoundOnNodeRegexp = regexp.MustCompile(`(?i)(command /bin/sh /run/containerd.*not found)`) // ContainerFileNotFoundOnNodeRegexp regex to match container file path on node not found ContainerFileNotFoundOnNodeRegexp = regexp.MustCompile(`(?i)(command /bin/sh find.*No such file or directory)`) // ContainerNotReadyRegexp regex to match container not yet in status or not running ContainerNotReadyRegexp = regexp.MustCompile(`(?i)(container with name .* (not \(yet\) in status|not \(yet\) running))`) // OpsPodNotFoundRegexp regex to match ops pod not found for DISA K8s STIG ruleset OpsPodNotFoundRegexp = regexp.MustCompile(`(?i)(pods "diki-[\d]{6}-.{10}" not found)`) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.