Module config

Module config 

Source
Expand description

Configuration for the kubelint-rs linter.

Provides configuration options matching the Go kube-linter:

  • Check inclusion/exclusion
  • Path ignoring
  • Custom check definitions
  • Failure thresholds

Structs§

CheckScope
Scope configuration for a check.
CheckSpec
A check specification defining what to lint and how.
KubelintConfig
Configuration for the KubeLint linter.

Enums§

ConfigError
Configuration errors.

Constants§

DEFAULT_CHECKS
Default checks that are enabled by default (matching kube-linter defaults).