Documentation ¶
Index ¶
Constants ¶
View Source
const ( CONTAINER_NAME = "CONTAINER_NAME" CONTAINER_ID_FULL = "CONTAINER_ID_FULL" KubernetesContainerNameRegexp = `^k8s_(?P<container_name>[^\._]+)\.?[^_]*_(?P<pod_name>[^_]+)_(?P<namespace>[^_]+)_[^_]+_[a-f0-9]+$` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewWithTracker ¶
Click to show internal directories.
Click to hide internal directories.