mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-13 13:22:01 +00:00
Update consts.go and mizuRunner.go
This commit is contained in:
5
cli/mizu/consts.go
Normal file
5
cli/mizu/consts.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package mizu
|
||||
|
||||
const (
|
||||
Version = "0.1.0"
|
||||
)
|
@@ -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())
|
||||
|
Reference in New Issue
Block a user