Expand description
Core types for the kubelint-rs linter.
These types match the Go kube-linter implementation for compatibility:
Severity- Check violation severity levelsRuleCode- Check identifiers (e.g., “privileged-container”)CheckFailure- A single check violationDiagnostic- A diagnostic message from a check
Structs§
- Check
Failure - A check failure (rule violation) found during linting.
- Diagnostic
- A diagnostic message produced by a check.
- Object
Kinds Desc - Describes which object kinds a check applies to.
- Rule
Code - A rule/check code identifier (e.g., “privileged-container”, “latest-tag”).
Enums§
- Object
Kind - Object kinds that kube-linter can analyze.
- Severity
- Severity levels for check violations.