Module lint

Module lint 

Source
Expand description

Main linting orchestration for kubelint-rs.

This module ties together parsing, checks, and pragmas to provide the main linting API.

Structs§

LintResult
Result of linting Kubernetes manifests.
LintSummary
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.