Update consts.go and mizuRunner.go

This commit is contained in:
RamiBerm 2021-05-10 15:46:56 +03:00
parent 4429de93b6
commit 9344c18fe0
2 changed files with 5 additions and 2 deletions

5
cli/mizu/consts.go Normal file
View File

@ -0,0 +1,5 @@
package mizu
const (
Version = "0.1.0"
)

View File

@ -12,8 +12,6 @@ import (
"time"
)
const Version = "0.1.0"
func Run(tappedPodName string) {
kubernetesProvider := kubernetes.NewProvider(config.Configuration.KubeConfigPath, config.Configuration.Namespace)
ctx, cancel := context.WithCancel(context.Background())