Skip to content

Commit

Permalink
update namespaces flags descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Dec 16, 2024
1 parent a432f83 commit f61335c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/kosli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ The ^.kosli_ignore^ will be treated as part of the artifact like any other file,
ecsServiceFlag = "[optional] The name of the ECS service."
kubeconfigFlag = "[defaulted] The kubeconfig path for the target cluster."
namespacesFlag = "[optional] The comma separated list of namespaces names to report artifacts info from. Can't be used together with --exclude-namespaces or --exclude-namespaces-regex."
excludeNamespacesFlag = "[optional] The comma separated list of namespaces names to exclude from reporting artifacts info from. Can't be used together with --namespaces or --namespaces-regex."
namespacesRegexFlag = "[optional] The comma separated list of namespaces regex patterns to report artifacts info from. Can't be used together with --exclude-namespaces --exclude-namespaces-regex."
excludeNamespacesRegexFlag = "[optional] The comma separated list of namespaces regex patterns to exclude from reporting artifacts info from. Can't be used together with --namespaces or --namespaces-regex."
excludeNamespacesFlag = "[optional] The comma separated list of namespaces names to exclude from reporting artifacts info from. Requires cluster-wide read permissions for pods and namespaces. Can't be used together with --namespaces or --namespaces-regex."
namespacesRegexFlag = "[optional] The comma separated list of namespaces regex patterns to report artifacts info from. Requires cluster-wide read permissions for pods and namespaces. Can't be used together with --exclude-namespaces --exclude-namespaces-regex."
excludeNamespacesRegexFlag = "[optional] The comma separated list of namespaces regex patterns to exclude from reporting artifacts info from. Requires cluster-wide read permissions for pods and namespaces. Can't be used together with --namespaces or --namespaces-regex."
functionNameFlag = "[optional] The name of the AWS Lambda function."
functionNamesFlag = "[optional] The comma-separated list of AWS Lambda function names to be reported. Cannot be used together with --exclude or --exclude-regex."
functionNamesRegexFlag = "[optional] The comma-separated list of AWS Lambda function names regex patterns to be reported. Cannot be used together with --exclude or --exclude-regex."
Expand Down

0 comments on commit f61335c

Please sign in to comment.