lint

Function lint 

Source
pub fn lint(path: &Path, config: &KubelintConfig) -> LintResult
Expand 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