Skip to main contentModule config
Source - ChecksConfig
- Per-check configuration knobs.
- CompiledChecks
- Aggregated compiled selectors for the run.
- CompiledSelector
- A
ResourceSelector with its name/namespace patterns compiled into globset matchers. - Config
- Top-level configuration loaded from
.eksup.yaml or an explicit path. - K8s002Config
- Configuration for the K8S002 minimum-replicas check.
- ReplicaOverride
- Per-resource override for the minimum replica threshold.
- ResourceSelector
- Identifies a Kubernetes resource by name + namespace.
- WorkloadCheckConfig
- Shared shape for every workload check that only needs ignore rules.
- load
- Load configuration from an explicit path, the default
.eksup.yaml in the
current working directory, or fall back to Config::default().