Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KubeLinterAnnotations = map[string]string{
"ignore-check.kube-linter.io/no-liveness-probe": "probes not required on Job pods",
"ignore-check.kube-linter.io/no-readiness-probe": "probes not required on Job pods",
}
add kubelinter annotations to ignore liveness/readiness probes on CronJobs
Functions ¶
func Atoi32 ¶
Atoi32 converts string to int32 in a safe way. You get error when the value is out of the 32-bit range.
This is a wrapper function of strconv.ParseInt.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.