mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-21 10:06:58 +00:00
🎨 Get the front
pod and service names from constants
This commit is contained in:
@@ -2,7 +2,10 @@ package kubernetes
|
||||
|
||||
const (
|
||||
KubesharkResourcesPrefix = "ks-"
|
||||
FrontPodName = KubesharkResourcesPrefix + "front"
|
||||
FrontServiceName = FrontPodName
|
||||
ApiServerPodName = KubesharkResourcesPrefix + "hub"
|
||||
ApiServerServiceName = ApiServerPodName
|
||||
ClusterRoleBindingName = KubesharkResourcesPrefix + "cluster-role-binding"
|
||||
ClusterRoleName = KubesharkResourcesPrefix + "cluster-role"
|
||||
K8sAllNamespaces = ""
|
||||
|
Reference in New Issue
Block a user