mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-04 20:08:38 +00:00
Update consts.go and mizuRunner.go
This commit is contained in:
parent
4429de93b6
commit
9344c18fe0
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())
|
||||
|
Loading…
Reference in New Issue
Block a user