mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-25 12:41:44 +00:00
Update README.md, root.go, and 4 more files...
This commit is contained in:
13
cli/config/config.go
Normal file
13
cli/config/config.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package config
|
||||
|
||||
type Options struct {
|
||||
DisplayVersion bool
|
||||
Quiet bool
|
||||
NoDashboard bool
|
||||
DashboardPort uint16
|
||||
Namespace string
|
||||
AllNamespaces bool
|
||||
KubeConfigPath string
|
||||
}
|
||||
|
||||
var Configuration = &Options{}
|
Reference in New Issue
Block a user