digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
542 stars 45 forks source link

Allow multiple namespace flags #159

Open nmaggioni opened 1 year ago

nmaggioni commented 1 year ago

Since the [ignore-]checks flags can already be specified multiple times, now it can be done with the [ignore-]namespaces flags too. Their output is logically AND'ed.

The long options have been renamed from namespace to namespaces for consistency with the rest of the flags. This is a breaking change for those who use the long options but not the shorthands.

The precondition of specifying either includes or excludes is still valid.