pub fn lint(path: &Path, config: &KubelintConfig) -> LintResultExpand description
Lint Kubernetes manifests from a path.
The path can be:
- A single YAML file
- A directory containing YAML files
- A Helm chart directory
- A Kustomize directory
pub fn lint(path: &Path, config: &KubelintConfig) -> LintResultLint Kubernetes manifests from a path.
The path can be: