Documentation ¶
Index ¶
Constants ¶
View Source
const (
PodServiceTag = "pod"
)
Variables ¶
This section is empty.
Functions ¶
func GetPodServiceTag ¶
func GetPodValue ¶
GetPodValue return pod namspacedName if the key exists; if not an empty string is returned
func GetServiceName ¶
Types ¶
type ServiceDiscoveryType ¶
type ServiceDiscoveryType string
const ( ServiceDiscoveryTypeNone ServiceDiscoveryType = "none" ServiceDiscoveryTypeConsul ServiceDiscoveryType = "consul" ServiceDiscoveryTypeK8s ServiceDiscoveryType = "k8s" )
Click to show internal directories.
Click to hide internal directories.