add command

This commit is contained in:
pixiake 2020-04-12 17:02:51 +08:00
parent 609725777e
commit a20608cfd1
6 changed files with 10 additions and 0 deletions

1
cluster/cluster.go Normal file
View File

@ -0,0 +1 @@
package cluster

1
install/etcd.go Normal file
View File

@ -0,0 +1 @@
package install

1
install/hosts.go Normal file
View File

@ -0,0 +1 @@
package install

1
install/master.go Normal file
View File

@ -0,0 +1 @@
package install

1
install/worker.go Normal file
View File

@ -0,0 +1 @@
package install

5
util/util.go Normal file
View File

@ -0,0 +1,5 @@
package util
const (
VERSION = "KubeOcean Version v0.0.1\nKubernetes Version v1.17.4"
)