mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-08 22:10:50 +00:00
✨ Add kube://
prefixed URI support (#1454)
* ✨ Add `kube://` prefixed URI support * 🐛 Fix the `a container name must be specified for pod <POD_NAME>, choose one of: [sniffer tracer]` error * 🐛 Fix all of the issues in `kube://` prefixed URI support * 🐛 Fix the `invalid reference format` error * 🐛 Fix the `kubeUrl`
This commit is contained in:
@@ -12,8 +12,8 @@ var (
|
||||
Description = "The API Traffic Analyzer for Kubernetes"
|
||||
Website = "https://kubeshark.co"
|
||||
Email = "info@kubeshark.co"
|
||||
Ver = "0.0"
|
||||
Branch = "develop"
|
||||
Ver = "0.0.0"
|
||||
Branch = "master"
|
||||
GitCommitHash = "" // this var is overridden using ldflags in makefile when building
|
||||
BuildTimestamp = "" // this var is overridden using ldflags in makefile when building
|
||||
RBACVersion = "v1"
|
||||
|
Reference in New Issue
Block a user