Documentation
    Preparing search index...

    Module @dry-lint/k8s

    @dry-lint/k8s

    CI Docs License

    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.


    bun add -D @dry-lint/k8s
    

    Add it to your .drylintrc.json:

    {
    "plugins": ["@dry-lint/k8s"]
    }

    Run detection with the CLI. This plugin auto-registers itself.



    MIT — see LICENSE.