added alert and error when there is a proxy before k8b server (#402)

This commit is contained in:
RoyUP9
2021-10-26 16:57:56 +03:00
committed by GitHub
parent e696851261
commit 779257b864
2 changed files with 35 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import (
const (
MizuResourcesNamespaceConfigName = "mizu-resources-namespace"
ConfigFilePathCommandName = "config-path"
KubeConfigPathConfigName = "kube-config-path"
)
type ConfigStruct struct {