mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-28 13:55:47 +00:00
12 lines
187 B
Go
12 lines
187 B
Go
package config
|
|
|
|
type Options struct {
|
|
GuiPort uint16
|
|
Namespace string
|
|
KubeConfigPath string
|
|
MizuImage string
|
|
MizuPodPort uint16
|
|
}
|
|
|
|
var Configuration = &Options{}
|