Expand description
Main linting orchestration for kubelint-rs.
This module ties together parsing, checks, and pragmas to provide the main linting API.
Structs§
- Lint
Result - Result of linting Kubernetes manifests.
- Lint
Summary - Summary of a lint run.
Functions§
- lint
- Lint Kubernetes manifests from a path.
- lint_
content - Lint YAML content directly.
- lint_
file - Lint a single YAML file.