audit_manifest
Audit a single Kubernetes manifest (YAML string) with kube-linter.
Runs all 31 default kube-linter checks against the provided YAML. Returns
a findings array with severity, check ID, message, remediation hint, and
object location (kind/name/namespace).
audit_directory
Audit multiple Kubernetes manifest files at once.
Provide a dict mapping filename -> YAML content. All files are written to a
temporary directory and linted together, so cross-file checks (dangling Service,
mismatching selector, etc.) work correctly.
list_checks
Return the full kube-linter check catalog (63 checks).
explain_check
Return detailed information about a single kube-linter check.