Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotCompiled is returned if kubelet support is not compiled in. // User classes should handle that case as gracefully as possible. ErrNotCompiled = errors.New("kubelet support not compiled in") // KubePodPrefix is the entity prefix for Kubernetes pods KubePodPrefix = "kubernetes_pod://" )
Functions ¶
func PodUIDToEntityName ¶
PodUIDToEntityName returns a prefixed entity name from a pod UID
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.