@dry-lint/k8s
v3.0.0
Published
Detect duplicate or near-duplicate resource definitions in Kubernetes YAML manifests.
Maintainers
Readme
@dry-lint/k8s
Part of the dry-lint monorepo.
Extracts resource definitions, manifests, and configuration blocks from Kubernetes YAML files (k8s.yaml / k8s.yml) so you can detect duplicate or conflicting deployments, services, and other k8s resources.
Install
bun add -D @dry-lint/k8sConfigure
Add it to your .drylintrc.json:
{
"plugins": ["@dry-lint/k8s"]
}Run detection with the CLI. This plugin auto-registers itself.
More
License
MIT — see LICENSE.
