clusterlint/checks
Adam Wolfe Gordon 91df975aee Return the correct node names in the node labels and taints check
Previously a loop variable was being used for the node name in the diagnostic
returned from the node labels and taints check. If the offending node wasn't the
last one in the list, the wrong node name would be returned.

Add a test to reproduce the issue, and copy the loop variable to fix it.
2022-02-24 16:16:06 -07:00
..
all Error on images from docker.pkg.github.com 2021-02-12 09:14:46 +01:00
basic Remove v1beta1 admission/controller webhook checks 2022-01-26 11:20:30 -05:00
containerd Error on images from docker.pkg.github.com 2021-02-12 09:14:46 +01:00
doks Return the correct node names in the node labels and taints check 2022-02-24 16:16:06 -07:00
noop Add license header to all files 2019-07-02 13:30:42 -06:00
security doks - check if pod referencing dobs volumes are owned by a statefulset 2021-01-05 12:41:28 -08:00
check.go Filter diagnostics based on enabled checks while writing diagnostics to stdout 2019-07-02 19:20:26 -04:00
check_filter.go Fix check filter bug: check if includeGroups and excludeGroups are mutually exclusive 2019-07-15 15:53:43 -04:00
check_filter_test.go Fix check filter bug: check if includeGroups and excludeGroups are mutually exclusive 2019-07-15 15:53:43 -04:00
check_test.go Filter diagnostics based on enabled checks while writing diagnostics to stdout 2019-07-02 19:20:26 -04:00
diagnostic.go Add CronJob as a resource type 2020-10-26 09:32:01 -04:00
helper.go Filter diagnostics based on enabled checks while writing diagnostics to stdout 2019-07-02 19:20:26 -04:00
registry.go Add license header to all files 2019-07-02 13:30:42 -06:00
run_checks.go recover from panic when running checks 2020-07-09 10:42:21 -07:00
run_checks_test.go recover from panic when running checks 2020-07-09 10:42:21 -07:00