Expand description
Annotation-based rule ignoring.
Supports ignore-check.kube-linter.io/<check-name> annotations
to disable specific checks for individual objects.
Functions§
- get_
ignored_ checks - Extract the set of ignored check names from an object’s annotations.
- should_
ignore_ check - Check if a specific check should be ignored for an object.