package config const ( ListenAddr = "0.0.0.0:9090" Kubeconfig = "H:\\project\\kubeconfig\\config" //tail的日志行数 PodLogTailLine = 2000 )