Skip to content

Commit 278c441

Browse files
committed
feat: support exclude kinds/namespaces and include kinds/namespaces
Signed-off-by: chenk <[email protected]>
1 parent 1a9375a commit 278c441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/flag/kubernetes_flags.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ var (
7878
ExcludeKinds = Flag[[]string]{
7979
Name: "exclude-kinds",
8080
ConfigName: "kubernetes.exclude.kinds",
81-
Usage: "indicate the kindes exclude from scanning (example: node)",
81+
Usage: "indicate the kinds exclude from scanning (example: node)",
8282
}
8383
IncludeKinds = Flag[[]string]{
8484
Name: "include-kinds",
8585
ConfigName: "kubernetes.include.kinds",
86-
Usage: "indicate the kindes included in scanning (example: node)",
86+
Usage: "indicate the kinds included in scanning (example: node)",
8787
}
8888
ExcludeNamespaces = Flag[[]string]{
8989
Name: "exclude-namespaces",

0 commit comments

Comments
 (0)