DKube v0.1

This commit is contained in:
dqzboy
2022-08-16 11:53:44 +08:00
parent 2a3a43d5d4
commit afdc6c531f
13 changed files with 1714 additions and 0 deletions

8
config/config.go Normal file
View File

@ -0,0 +1,8 @@
package config
const (
ListenAddr = "0.0.0.0:9090"
Kubeconfig = "H:\\project\\kubeconfig\\config"
//tail的日志行数
PodLogTailLine = 2000
)